Sha256: 42c7bb8eb1461f854a63619c11eba093ee92fbaf9dde5da9d80490d9b8b2c7cf

Contents?: true

Size: 364 Bytes

Versions: 75

Compression:

Stored size: 364 Bytes

Contents

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

<%= render :partial => 'accounts/subnav' %>

<%= 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

75 entries across 75 versions & 2 rubygems

Version Path
saucy-0.16.1 app/views/billings/edit.html.erb
saucy-0.16.0 app/views/billings/edit.html.erb
saucy-0.15.2 app/views/billings/edit.html.erb
saucy-0.15.1 app/views/billings/edit.html.erb
saucy-0.15.0 app/views/billings/edit.html.erb
saucy-0.14.5 app/views/billings/edit.html.erb
saucy-0.14.3 app/views/billings/edit.html.erb
saucy-0.10.10 app/views/billings/edit.html.erb
saucy-0.14.2 app/views/billings/edit.html.erb
saucy-0.14.1 app/views/billings/edit.html.erb
saucy-0.14.0 app/views/billings/edit.html.erb
saucy-0.13.3 app/views/billings/edit.html.erb
saucy-0.13.2 app/views/billings/edit.html.erb
saucy-0.10.9 app/views/billings/edit.html.erb
saucy-0.10.8 app/views/billings/edit.html.erb
saucy-0.13.1 app/views/billings/edit.html.erb
saucy-0.13.0 app/views/billings/edit.html.erb
saucy-0.12.5 app/views/billings/edit.html.erb
saucy-0.12.4 app/views/billings/edit.html.erb
saucy-0.12.3 app/views/billings/edit.html.erb