Skip to content

Commit

Permalink
Merge pull request #1773 from alphagov/update-copy-of-pdf-download
Browse files Browse the repository at this point in the history
Update copy for downloading map for historical editions
  • Loading branch information
davidgisbey authored Jan 3, 2024
2 parents fa8b490 + e9803a1 commit 815a191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/admin/editions/_country_summary.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<% if presenter.document %>
<div class="form-download">
<p>
<a href="<%= presenter.document['file_url'] %>">Download map (PDF)</a>
<a href="<%= presenter.document['file_url'] %>">Download a more detailed map (PDF)</a>
</p>
</div>
<% end %>
Expand All @@ -35,4 +35,4 @@
<%= render 'govuk_publishing_components/components/govspeak' do %>
<%= sanitize(presenter.summary) %>
<% end %>
<% end %>
<% end %>

0 comments on commit 815a191

Please sign in to comment.