diff --git a/app/views/case_logs/edit.html.erb b/app/views/case_logs/edit.html.erb index 6c8b38e93..5cd0de9a4 100644 --- a/app/views/case_logs/edit.html.erb +++ b/app/views/case_logs/edit.html.erb @@ -21,12 +21,14 @@ <% next_incomplete_section = get_next_incomplete_section(@case_log) %>

- > - Skip to next incomplete section: <%= next_incomplete_section.label %> - + <% if next_incomplete_section.present? %> + > + Skip to next incomplete section: <%= next_incomplete_section.label %> + + <% end %>

<%= render "tasklist" %>