Browse Source

Fix closing tag

pull/2642/head
Kat 2 years ago
parent
commit
5fea108c73
  1. 2
      app/views/users/show.html.erb

2
app/views/users/show.html.erb

@ -15,7 +15,7 @@
<%= govuk_notification_banner(title_text: "Important") do %> <%= govuk_notification_banner(title_text: "Important") do %>
<p class="govuk-notification-banner__heading govuk-!-width-full" style="max-width: fit-content"> <p class="govuk-notification-banner__heading govuk-!-width-full" style="max-width: fit-content">
<%= pending_email_change_title_text(current_user, @user) %> <%= pending_email_change_title_text(current_user, @user) %>
<p> </p>
<%= pending_email_change_banner_text(current_user) %> <%= pending_email_change_banner_text(current_user) %>
<% end %> <% end %>
<% end %> <% end %>

Loading…
Cancel
Save