summaryrefslogtreecommitdiff
path: root/archaeological_files/templates/ishtar/blocks/window_file_nav.html
blob: 149603af8842e7d536785b4c2aa1c732614cf0ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends "ishtar/blocks/window_nav.html" %}
{% load i18n %}
{% load url from future %}
{% 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 %}