Sha256: 03bcca940641ab215f26fa7e92481180dd2684bcc6d1cba0e098896f8d8066ee
Contents?: true
Size: 731 Bytes
Versions: 97
Compression:
Stored size: 731 Bytes
Contents
<% team ||= @team %> <% if (action_name == 'show' && controller_name == 'teams') || current_user.one_team? %> <%= render 'account/shared/breadcrumb', label: t('.dashboard'), url: [:account, team], first: true %> <% end %> <% unless current_user.one_team? %> <%= render 'account/shared/breadcrumb', label: t('.label'), url: [:account, :teams], first: true %> <% if team&.persisted? %> <%= render 'account/shared/breadcrumb', label: team.name, url: [:account, team] %> <% end %> <% end %> <% if (action_name == 'edit' && controller_name == 'teams') %> <%= render 'account/shared/breadcrumb', label: t('.team_settings') %> <% else %> <%= render 'account/shared/breadcrumbs/actions', only_for: 'teams' %> <% end %>
Version data entries
97 entries across 97 versions & 1 rubygems