Sha256: 9b2c920d63d5b09f3cd1888cddc9808d7131215cc943e4f2febac558b2e4cb46
Contents?: true
Size: 549 Bytes
Versions: 94
Compression:
Stored size: 549 Bytes
Contents
<% invitation ||= @invitation %> <% team ||= @team || invitation&.team %> <%= render 'account/teams/breadcrumbs', team: team %> <%= render 'account/shared/breadcrumb', label: t('.label'), url: [:account, team, :memberships] %> <%= render 'account/shared/breadcrumb', label: t('.label'), url: [:account, team, :invitations] %> <% if invitation&.persisted? %> <%= render 'account/shared/breadcrumb', label: invitation.label_string, url: [:account, invitation] %> <% end %> <%= render 'account/shared/breadcrumbs/actions', only_for: 'invitations' %>
Version data entries
94 entries across 94 versions & 1 rubygems