Skip to content

Commit

Permalink
include breadcrumb link in both views with icon
Browse files Browse the repository at this point in the history
  • Loading branch information
goose-life committed Jan 23, 2025
1 parent 5f78cb3 commit 2058bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indigo_app/templates/indigo_api/document/show.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ <h5 class="main-header-title">
</div>
</li>
{% endverbatim %}
{% if provision_eid %}
<li class="breadcrumb-item"><a href="{% url 'choose_document_provision' document.pk %}">{{ provision_eid }}</a></li>
{% if provision_eid or perms.indigo_api.publish_document %}
<li class="breadcrumb-item"><i class="fas fa-list published"></i> <a href="{% url 'choose_document_provision' document.pk %}">{% trans "Provision editor" %}</a></li>
{% endif %}
</script>
{% endblock %}

0 comments on commit 2058bac

Please sign in to comment.