Skip to content

Commit

Permalink
Merge pull request #1513 from alphagov/add-flash-to-services-page
Browse files Browse the repository at this point in the history
Add flash partial to services page and upload links form
  • Loading branch information
KludgeKML authored Feb 3, 2025
2 parents 68819bd + 1b12e7a commit 0d37cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/services/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<% content_for :page_title, @service.label %>
<%= render partial: "shared/flash" %>

<%= render "govuk_publishing_components/components/heading", {
text: @service.label,
Expand Down
1 change: 1 addition & 0 deletions app/views/services/upload_links_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@

<% content_for :page_title, title %>

<%= render partial: "shared/flash" %>
<%= render partial: "shared/upload_links_form", locals: { form_path:, title: } %>

0 comments on commit 0d37cc6

Please sign in to comment.