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
commitda5f5cbd97ad34ccd95b2ce366e03fbe28626ac3 (patch)
tree695caca9fafeec457b44d9fcc169315de08f8b7b /archaeological_files/templates/ishtar/blocks
parent8661870960701ba1ac7b52a867ed14d10acacf93 (diff)
downloadIshtar-da5f5cbd97ad34ccd95b2ce366e03fbe28626ac3.tar.bz2
Ishtar-da5f5cbd97ad34ccd95b2ce366e03fbe28626ac3.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 %}