Sha256: 9f0a447c9e658f3890044b29021819b9b64ad180280af1aff24582ed76b22eef
Contents?: true
Size: 552 Bytes
Versions: 109
Compression:
Stored size: 552 Bytes
Contents
<% team ||= @team %> <% 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 %> <%= render 'account/shared/breadcrumbs/actions', only_for: 'teams' %> <% if (action_name == 'show' && controller_name == 'teams') || current_user.one_team? %> <%= render 'account/shared/breadcrumb', label: 'Dashboard', url: [:account, team] %> <% end %>
Version data entries
109 entries across 109 versions & 1 rubygems