diff --git a/app/views/my_modules/protocols.html.erb b/app/views/my_modules/protocols.html.erb index 7f8ccd3f5..d36c1de7a 100644 --- a/app/views/my_modules/protocols.html.erb +++ b/app/views/my_modules/protocols.html.erb @@ -37,7 +37,7 @@ %> <% end %> <%= render partial: 'shared/drag_n_drop_overlay' %> -<%= render partial: 'shared/secondary_navigation', locals: { render_breadcrumbs: true, project: @experiment.project, experiment: @experiment } %> +<%= render partial: 'shared/secondary_navigation', locals: { render_breadcrumbs: false, project: @experiment.project, experiment: @experiment } %>
diff --git a/app/views/protocols/show.html.erb b/app/views/protocols/show.html.erb index 79f4db298..1552cdd5f 100644 --- a/app/views/protocols/show.html.erb +++ b/app/views/protocols/show.html.erb @@ -5,14 +5,6 @@ <% provide(:container_class, 'no-second-nav-container') %>
-

<% if @inline_editable_title_config.present? %>