% provide(:head_title, t("protocols.index.head_title")) %> <% if current_team %> <%= render partial: "protocols/breadcrumbs.html.erb", locals: { teams: @teams, current_team: @current_team, type: @type } %>
<%= t("protocols.index.thead_name") %> | <%= t("protocols.index.thead_keywords") %> | <%= t("protocols.index.thead_nr_of_linked_children") %> | <% if @type == :public %><%= t("protocols.index.thead_published_by") %> | <%= t("protocols.index.thead_published_on") %> | <% elsif @type == :private %><%= t("protocols.index.thead_added_by") %> | <%= t("protocols.index.thead_created_at") %> | <% else %><%= t("protocols.index.thead_archived_by") %> | <%= t("protocols.index.thead_archived_on") %> | <% end %><%= t("protocols.index.thead_updated_at") %> |
---|
<%=t 'protocols.index.no_teams.text' %>
<%= link_to t('protocols.index.no_teams.btn'), teams_path, class: 'btn btn-primary' %>