diff --git a/app/views/case_logs/_log_list.html.erb b/app/views/case_logs/_log_list.html.erb index 3cde563c5..9aa52de14 100644 --- a/app/views/case_logs/_log_list.html.erb +++ b/app/views/case_logs/_log_list.html.erb @@ -3,7 +3,7 @@ <%= pagy.count %> total <%= title.downcase %> - Download (CSV) + <%= govuk_link_to "Download (CSV)", "/logs.csv", type: "text/csv" %>
diff --git a/app/views/case_logs/edit.html.erb b/app/views/case_logs/edit.html.erb index 438002338..f48d3987d 100644 --- a/app/views/case_logs/edit.html.erb +++ b/app/views/case_logs/edit.html.erb @@ -25,9 +25,11 @@ <% elsif @case_log.status == "not_started" %>

This log has not been started.

<% elsif @case_log.status == "completed" %> - Completed

- You can ">review and make changes to this log up to 3 months after the end of the current collection year, which closes on 31 March <%= @case_log.collection_start_year.present? ? @case_log.collection_start_year + 1 : "" %>. + <%= govuk_tag(text: "Completed") %> +

+

+ You can <%= govuk_link_to "review and make changes to this log", "/logs/#{@case_log.id}/review" %> up to 3 months after the end of the current collection year, which closes on 31 March <%= @case_log.collection_start_year.present? ? @case_log.collection_start_year + 1 : "" %>.

<% end %> <%= render "tasklist" %> diff --git a/app/views/errors/not_found.html.erb b/app/views/errors/not_found.html.erb index e1d0bf824..903a0ffaa 100644 --- a/app/views/errors/not_found.html.erb +++ b/app/views/errors/not_found.html.erb @@ -5,6 +5,6 @@

<%= content_for(:title) %>

If you typed the web address, check it is correct.

If you pasted the web address, check you copied the entire address.

-

Get help if the web address is correct and not working.

+

<%= govuk_link_to "Get help", "https://digital.dclg.gov.uk/jira/servicedesk/customer/portal/4/group/21" %> if the web address is correct and not working.

diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 6b101117c..ec5305c79 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -56,10 +56,12 @@ end end %> + <% feedback_link = govuk_link_to "giving us your feedback (opens in a new tab)", t("feedback_form"), rel: "noreferrer noopener", target: "_blank" %> + <%= govuk_phase_banner( classes: "govuk-width-container", tag: { text: "Beta" }, - text: "This is a new service – help us improve it by giving us your feedback (opens in a new tab)".html_safe, + text: "This is a new service – help us improve it by #{feedback_link}".html_safe, ) %> <% if !current_user.nil? %>