Sha256: 38137473784d4493f2f6b44196b4df5e9bad7b8ea9a15ae7d0d525fe6be732e4
Contents?: true
Size: 608 Bytes
Versions: 141
Compression:
Stored size: 608 Bytes
Contents
<%= form_with model: [:account, (@user unless stripe_account.persisted?), stripe_account], local: true, class: 'form' do |form| %> <%= render 'account/shared/forms/errors', form: form %> <%= render 'account/shared/alert' do %> There are no configurable settings for this Stripe accounts by default, but you might want to add some! <% end %> <%# 🚅 super scaffolding will insert new fields above this line. %> <div class="buttons"> <%= form.submit 'Save Settings', class: "button" %> <%= link_to 'Cancel', [:account, stripe_account], class: "button-secondary" %> </div> <% end %>
Version data entries
141 entries across 141 versions & 1 rubygems