Browse Source

Fix link to next incomplete section

pull/404/head
Paul Robert Lloyd 3 years ago
parent
commit
f8cf93b789
  1. 2
      app/views/case_logs/edit.html.erb

2
app/views/case_logs/edit.html.erb

@ -22,7 +22,7 @@
</p> </p>
<p> <p>
<% if next_incomplete_section.present? %> <% if next_incomplete_section.present? %>
<a class="app-section-skip-link" href="#<%= next_incomplete_section.id %>" <a class="app-section-skip-link" href="#<%= next_incomplete_section.id.dasherize %>"
data-controller="tasklist" data-controller="tasklist"
data-action="tasklist#addHighlight" data-action="tasklist#addHighlight"
data-info=<%= next_incomplete_section.id %>> data-info=<%= next_incomplete_section.id %>>

Loading…
Cancel
Save