Browse Source

Reference external url in link to markdown syntax guide

pull/2613/head
Rachael Booth 2 years ago
parent
commit
ebb957bd10
  1. 2
      app/views/notifications/_form.html.erb

2
app/views/notifications/_form.html.erb

@ -22,7 +22,7 @@
<%= f.govuk_check_box :show_on_unauthenticated_pages, 1, 0, multiple: false, label: { text: "Show this notification on unauthenticated pages, for example the start page" } %>
<% end %>
<span class="govuk-caption-m govuk-!-margin-bottom-6">View <%= govuk_link_to "markdown syntax guide", "https://www.markdownguide.org/basic-syntax/" %></span>
<span class="govuk-caption-m govuk-!-margin-bottom-6">View <%= govuk_link_to "markdown syntax guide at markdownguide.org", "https://www.markdownguide.org/basic-syntax/" %></span>
<%= f.govuk_submit "Continue" %>
</div>

Loading…
Cancel
Save