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

Version Path
disco_app-0.8.8 app/views/disco_app/charges/new.html.erb
disco_app-0.8.9 app/views/disco_app/charges/new.html.erb
disco_app-0.9.0 app/views/disco_app/charges/new.html.erb
disco_app-0.9.1 app/views/disco_app/charges/new.html.erb
disco_app-0.9.2 app/views/disco_app/charges/new.html.erb
disco_app-0.9.3 app/views/disco_app/charges/new.html.erb
disco_app-0.9.4 app/views/disco_app/charges/new.html.erb
disco_app-0.9.5 app/views/disco_app/charges/new.html.erb
disco_app-0.9.6 app/views/disco_app/charges/new.html.erb
disco_app-0.9.7 app/views/disco_app/charges/new.html.erb