Skip to content

Commit

Permalink
Remove link from current item in hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Feb 25, 2025
1 parent 7d344b9 commit ab27ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/records/macros/hierarchy.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h3 class="tna-heading-s">Within the {{ hierarchy_record.level | lower }}: <a hr
<i class="fa-solid fa-check large-icon" aria-hidden="true"></i>
</div>
<div class="tna-column tna-column--flex-1 tna-column--align-centre">
<h3 class="tna-heading-s">You are currently looking at the {{ record.level | lower }}: <a href="{{ record.url }}">{{ record.reference_number }}</a></h3>
<h3 class="tna-heading-s">You are currently looking at the {{ record.level | lower }}: {{ record.reference_number }}</h3>
<p class="tna-!--no-margin-top">{{ record.summary_title }}</p>
</div>
</div>
Expand Down

0 comments on commit ab27ac1

Please sign in to comment.