summaryrefslogtreecommitdiff
path: root/archaeological_files/templates/ishtar/blocks/window_file_nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_files/templates/ishtar/blocks/window_file_nav.html')
-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 %}