<% if action_name == "index" %>
  1. <%= link_to current_team.name, projects_path(team: current_team) %>
  2. <%= t("protocols.nav.breadcrumbs.manager") %>
  3. <% else %>
  4. <%= link_to current_team.name, projects_path(team: current_team) %>
  5. <%= link_to t("protocols.nav.breadcrumbs.manager"), protocols_path(team: current_team, type: type) %>
  6. <% end %> <% if action_name == "edit" %>
  7. <%= t("protocols.nav.breadcrumbs.edit") %>
  8. <% end %>