Browse Source

refactor: erblinting

pull/2307/head
natdeanlewissoftwire 2 years ago
parent
commit
78e7d2745c
  1. 8
      app/views/users/show.html.erb

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

@ -114,10 +114,10 @@
end %> end %>
<%= summary_list.with_row do |row| <%= summary_list.with_row do |row|
row.with_key { "Status" } row.with_key { "Status" }
row.with_value { status_tag(@user.status) } row.with_value { status_tag(@user.status) }
row.with_action row.with_action
end %> end %>
<% end %> <% end %>
<div class="govuk-button-group"> <div class="govuk-button-group">

Loading…
Cancel
Save