Sha256: 82e3aca7450c79a2c4d16406849df25a1c7d2d668a8c68921f9541d5c256edc8
Contents?: true
Size: 373 Bytes
Versions: 10
Compression:
Stored size: 373 Bytes
Contents
<% provide(:title, 'Thankyou') %> <p> Thanks for installing <%= DiscoApp.configuration.app_name %>! </p> <p> Before we start setting things up, we need you to authorize a charge for the application. </p> <%= form_tag disco_app.subscription_charges_path(@subscription), method: 'POST', target: '_parent' do %> <%= submit_tag 'Okay', class: 'form-input' %> <% end %>
Version data entries
10 entries across 10 versions & 1 rubygems