<% if action_name == "index" %>
- <%= link_to current_team.name, projects_path(team: current_team) %>
- <%= t("protocols.nav.breadcrumbs.manager") %>
<% 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) %>
<% end %>
<% if action_name == "edit" %>
-
<%= t("protocols.nav.breadcrumbs.edit") %>
<% end %>