Browse Source

correct indentation from 4 spaces to 2 in view file

pull/1657/head
Arthur Campbell 3 years ago
parent
commit
b10fd31369
  1. 1
      app/views/logs/update_logs.html.erb

1
app/views/logs/update_logs.html.erb

@ -13,7 +13,6 @@
</div> </div>
<% else %> <% else %>
<%= render partial: "organisations/headings", locals: { main: "You need to update #{@total_count} logs", sub: "" } %> <%= render partial: "organisations/headings", locals: { main: "You need to update #{@total_count} logs", sub: "" } %>
<%= govuk_table do |table| %> <%= govuk_table do |table| %>
<% table.head do |head| %> <% table.head do |head| %>
<% head.row do |row| %> <% head.row do |row| %>

Loading…
Cancel
Save