Skip to content

Commit c14f66f

Browse files
authored
Merge pull request #628 from DFID/remove-country-summary
Removed existing summary and replaced with a helper link.
2 parents a402081 + dff41cd commit c14f66f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

views/countries/country.html.erb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
<div class="govuk-inset-text">Given the current security situation in Ukraine, FCDO has temporarily removed Ukraine-related HMG ODA Programme information from Devtracker. This is a temporary measure to ensure the safety of partners.</div>
3232
<%end%>
3333

34-
<h2 class="govuk-heading-m">Summary</h2>
35-
34+
<%# <h2 class="govuk-heading-m">Summary</h2> %>
35+
<div class="govuk-inset-text govuk-!-margin-bottom-8">Further Reading: <a href="https://www.gov.uk/government/collections/country-and-regional-development-partnership-summaries" target="_BLANK">Country and regional development partnership summaries</a></div>
3636
<% if country['description'].length > 0%>
37-
<div class="app-country-description"><%= markdown_to_html(country['description'])%></div>
38-
<div class="govuk-inset-text govuk-!-margin-bottom-8">Note: Many country summaries were written prior to the creation of the Foreign, Commonwealth and Development Office, and are being incrementally refreshed.</div>
37+
<div class="app-country-description"><%#= markdown_to_html(country['description'])%></div>
38+
<%# <div class="govuk-inset-text govuk-!-margin-bottom-8">Note: Many country summaries were written prior to the creation of the Foreign, Commonwealth and Development Office, and are being incrementally refreshed.</div> %>
3939
<%else%>
40-
<p class="govuk-body">
40+
<%# <p class="govuk-body">
4141
Description Not Available.
42-
</p>
42+
</p> %>
4343
<%end%>
4444
4545
<div id="countryMap" class="countryMap"></div>

0 commit comments

Comments
 (0)