diff --git a/app/views/case_logs/_logs_breadcrumb.html.erb b/app/views/case_logs/_logs_breadcrumb.html.erb new file mode 100644 index 000000000..f4c23e8ac --- /dev/null +++ b/app/views/case_logs/_logs_breadcrumb.html.erb @@ -0,0 +1,8 @@ +
+
    +
  1. + Logs +
  2. +
  3. <%= content_for(:title) %>
  4. +
+
diff --git a/app/views/case_logs/edit.html.erb b/app/views/case_logs/edit.html.erb index ab0466125..df560e648 100644 --- a/app/views/case_logs/edit.html.erb +++ b/app/views/case_logs/edit.html.erb @@ -3,6 +3,7 @@ <%= turbo_frame_tag "case_log_form", target: "_top" do %>
+ <%= render 'logs_breadcrumb' %>

<%= content_for(:title) %>