Skip to content

Commit

Permalink
copy link section
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHeeryTNA committed Jan 13, 2025
1 parent 0f24285 commit c6e6817
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
14 changes: 13 additions & 1 deletion app/templates/search/catalogue/item.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,17 @@ <h3>Paintings and Drawings</h3>

</div>
</div>
<!--Related records-->
<!-- end Related records-->

<!--copy link-->
<div class="tna-section">
<div class="tna-container">
<div class="tna-column ">
<span>Record url: </span>
<span class="tna-scene-setter">https://beta.nationalarchives.gov.uk/catalogue/id/c23243123<span class="tna-chip"><a href="">COPY</a></span></span>
</div>
</div>
</div>
<!--end copy link-->

{% endblock %}
4 changes: 4 additions & 0 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@
padding-right: 0;
padding-left: 0;
}

.tna-scene-setter {
font-size: 0.9rem;
}

0 comments on commit c6e6817

Please sign in to comment.