Sha256: 27b4c9a2a1ade7e488054b9cf592c80dd8ce1d90f147eaddf54e50295ab6e5d9
Contents?: true
Size: 548 Bytes
Versions: 154
Compression:
Stored size: 548 Bytes
Contents
<% stripe_installation ||= @stripe_installation %> <% team ||= @team || stripe_installation&.team %> <%= render 'account/teams/breadcrumbs', team: team %> <%= render 'account/shared/breadcrumb', label: t('.label'), url: [:account, team, :integrations_stripe_installations] %> <% if stripe_installation&.persisted? %> <%= render 'account/shared/breadcrumb', label: stripe_installation.label_string, url: [:account, stripe_installation] %> <% end %> <%= render 'account/shared/breadcrumbs/actions', only_for: 'integrations/stripe_installations' %>
Version data entries
154 entries across 154 versions & 1 rubygems