Browse Source

revert change, causing errors and outside the scope of this ticket

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

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

@ -34,7 +34,7 @@
scope: "row",
class: "govuk-!-text-align-right",
}) do %>
<%= govuk_link_to "Update now", log.form.unresolved_log_path(log) %>
<%= govuk_link_to "Update now", send(log.form.unresolved_log_path, log) %>
<% end %>
<% end %>
<% end %>

Loading…
Cancel
Save