Sha256: c47f99a9e06ab478bad2fadc36ef5319f596f83a2ebadfbfab62bd8067b1574b

Contents?: true

Size: 319 Bytes

Versions: 18

Compression:

Stored size: 319 Bytes

Contents

<%= content_for :header do -%>
  <h2>Billing Information</h2>
<% end -%>

<%= semantic_form_for @account, :url => account_billing_path(@account) do |form| %>
  <%= render :partial => 'billings/form', :locals => { :form => form } %>

  <%= form.buttons do %>
    <%= form.commit_button "Update" %>
  <% end %>
<% end %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
saucy-0.2.14 app/views/billings/edit.html.erb
saucy-0.2.13 app/views/billings/edit.html.erb
saucy-0.2.12 app/views/billings/edit.html.erb
saucy-0.2.11 app/views/billings/edit.html.erb
saucy-0.2.10 app/views/billings/edit.html.erb
saucy-0.2.9 app/views/billings/edit.html.erb
saucy-0.2.8.1 app/views/billings/edit.html.erb
saucy-0.2.8 app/views/billings/edit.html.erb
saucy-0.2.7 app/views/billings/edit.html.erb
saucy-0.2.6.1 app/views/billings/edit.html.erb
saucy-0.2.6 app/views/billings/edit.html.erb
saucy-0.2.5 app/views/billings/edit.html.erb
saucy-0.2.4.1 app/views/billings/edit.html.erb
saucy-0.2.4 app/views/billings/edit.html.erb
saucy-0.2.3 app/views/billings/edit.html.erb
saucy-0.2.2 app/views/billings/edit.html.erb
saucy-0.2.1 app/views/billings/edit.html.erb
saucy-0.2.0 app/views/billings/edit.html.erb