diff --git a/app/views/protocols/_breadcrumbs.html.erb b/app/views/protocols/_breadcrumbs.html.erb
index 59a67925d..b73725550 100644
--- a/app/views/protocols/_breadcrumbs.html.erb
+++ b/app/views/protocols/_breadcrumbs.html.erb
@@ -1,10 +1,10 @@
<% if action_name == "index" %>
+ - <%= link_to current_team.name, projects_path(team: current_team) %>
- <%= t("protocols.nav.breadcrumbs.manager") %>
- - <%= current_team.name %>
<% else %>
+ - <%= link_to current_team.name, projects_path(team: current_team) %>
- <%= link_to t("protocols.nav.breadcrumbs.manager"), protocols_path(team: current_team, type: type) %>
- - <%= current_team.name %>
<% end %>
<% if action_name == "edit" %>
-