Skip to content

Commit

Permalink
Merge pull request #360 from nationalarchives/tweak/readability-of-mo…
Browse files Browse the repository at this point in the history
…re-downloads-link

change wording of link
  • Loading branch information
lozette authored Sep 16, 2022
2 parents 2a0c21d + 537af39 commit c50efeb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@
.judgment-download {

&__option--pdf {
padding-left: 0 !important;
padding-right: 0 !important;
margin: 0 !important;
width: 100%;
text-align: center;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<div class="judgment-toolbar__download">
<a class="judgment-download__option--pdf" role="button" draggable="false" href="{% url 'detail_pdf' context.judgment_uri %}">{% translate "judgment.downloadaspdf" %}{{context.pdf_size}}</a>
<p class="judgment-download__download-options" role="note">{% translate "judgment.downloadoptions.shortcutlink" %}</p>
<p class="judgment-download__download-options" role="note"><a href="#download-options">{% translate "judgment.downloadoptions.shortcutlink" %}</a></p>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion locale/en_GB/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ msgstr "Download as PDF"

#: ds_judgements_public_ui/templates/includes/judgment_text_toolbar.html:13
msgid "judgment.downloadoptions.shortcutlink"
msgstr "(Are you looking for <a href=\"#download-options\">more download options</a>?)"
msgstr "More download options"

#: ds_judgements_public_ui/templates/includes/recent_judgments.html:21
#: ds_judgements_public_ui/templates/includes/results_list.html:23
Expand Down

0 comments on commit c50efeb

Please sign in to comment.