Sha256: 7d74d094e9ad019e26aca55f959b2caaeb5a0e6ca7f1c2a0d2ac95100209ead8
Contents?: true
Size: 697 Bytes
Versions: 40
Compression:
Stored size: 697 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' %> <%= render 'account/shared/breadcrumb', label: t('.team_settings') %> <%else %> <%= render 'account/shared/breadcrumbs/actions', only_for: 'teams' %> <% end %>
Version data entries
40 entries across 40 versions & 1 rubygems