Sha256: 02b2dab8314b60cb07051792e26233a44828b738fcfa2b79c5b39b458e0dce7a
Contents?: true
Size: 496 Bytes
Versions: 141
Compression:
Stored size: 496 Bytes
Contents
<% stripe_account ||= @stripe_account %> <% user ||= @user || stripe_account&.user %> <%= render 'account/users/breadcrumbs', user: user %> <%= render 'account/shared/breadcrumb', label: t('.label'), url: [:account, user, :oauth, :stripe_accounts] %> <% if stripe_account&.persisted? %> <%= render 'account/shared/breadcrumb', label: stripe_account.label_string, url: [:account, stripe_account] %> <% end %> <%= render 'account/shared/breadcrumbs/actions', only_for: 'oauth/stripe_accounts' %>
Version data entries
141 entries across 141 versions & 1 rubygems