summaryrefslogtreecommitdiff
path: root/archaeological_files/templates/ishtar/blocks/window_file_nav.html
blob: f8b6ddb8aaf9161543872487a3a01214f1cbbc0a (plain)
1
2
3
4
5
6
7
8
9
10
11
{% 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>
{% endblock %}