Skip to content

Commit

Permalink
[DOR-69] Add return to search link on record detail page (#1573)
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Knapik <[email protected]>
  • Loading branch information
janehughes and tm-kn authored Mar 25, 2024
1 parent 28cb24b commit c4f7b29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/records/record_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
{% block content %}
<div class="tna-container">
<div class="tna-column">
<div class="tna-!--margin-top-m">
<a href="{{ back_to_search_url }}" data-link-type="Link" data-link="Back to search results" data-component-name="Navigation">
Back to search results
</a>
</div>

{% include "includes/records/record-title.html" %}
{% include "includes/records/hierarchy-global.html" %}
</div>
Expand Down

0 comments on commit c4f7b29

Please sign in to comment.