summaryrefslogtreecommitdiff
path: root/archaeological_files/templates/ishtar/blocks
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-21 21:05:28 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-21 21:05:28 +0100
commit781d7824ca939d3794d3ab098ea8a2311fc2c643 (patch)
tree695caca9fafeec457b44d9fcc169315de08f8b7b /archaeological_files/templates/ishtar/blocks
parentf4bad8942ed753b85fcf7bdb00ce666bebe53c97 (diff)
downloadIshtar-781d7824ca939d3794d3ab098ea8a2311fc2c643.tar.bz2
Ishtar-781d7824ca939d3794d3ab098ea8a2311fc2c643.zip
Arcaheological file: adapt forms, models and sheet
Diffstat (limited to 'archaeological_files/templates/ishtar/blocks')
-rw-r--r--archaeological_files/templates/ishtar/blocks/window_file_nav.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/archaeological_files/templates/ishtar/blocks/window_file_nav.html b/archaeological_files/templates/ishtar/blocks/window_file_nav.html
index f8b6ddb8a..d464c4af2 100644
--- a/archaeological_files/templates/ishtar/blocks/window_file_nav.html
+++ b/archaeological_files/templates/ishtar/blocks/window_file_nav.html
@@ -1,11 +1,8 @@
{% extends "ishtar/blocks/window_nav.html" %}
{% load i18n %}
{% block extra_actions %}
-<a class='history-nav' href='{% url "operation_add" item.pk %}'>
- <span class="fa-stack fa-lg">
- <i class="fa fa-circle fa-stack-2x"></i>
- <i class="fa fa-plus fa-stack-1x fa-inverse"></i>
- </span>
- <br/>{%trans "Add an operation for this file" %}
+<a class="btn btn-secondary" href='{% url "operation_add" item.pk %}'
+ title="{%trans 'Add an operation for this file' %}">
+ <i class="fa fa-plus"></i> {% trans "operation" %}
</a>
{% endblock %}