Sha256: 4d90a8ea14a3a6fd0044ac586097ae04c008ef587992b02d7a1a3a9fb11ccfc9

Contents?: true

Size: 365 Bytes

Versions: 28

Compression:

Stored size: 365 Bytes

Contents

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

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

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

28 entries across 28 versions & 1 rubygems

Version Path
saucy-0.2.28.1 app/views/billings/edit.html.erb
saucy-0.2.45 app/views/billings/edit.html.erb
saucy-0.2.44 app/views/billings/edit.html.erb
saucy-0.2.43 app/views/billings/edit.html.erb
saucy-0.2.42 app/views/billings/edit.html.erb
saucy-0.2.41 app/views/billings/edit.html.erb
saucy-0.2.40 app/views/billings/edit.html.erb
saucy-0.2.39 app/views/billings/edit.html.erb
saucy-0.2.38 app/views/billings/edit.html.erb
saucy-0.2.36 app/views/billings/edit.html.erb
saucy-0.2.35 app/views/billings/edit.html.erb
saucy-0.2.34 app/views/billings/edit.html.erb
saucy-0.2.33 app/views/billings/edit.html.erb
saucy-0.2.32 app/views/billings/edit.html.erb
saucy-0.2.31 app/views/billings/edit.html.erb
saucy-0.2.30 app/views/billings/edit.html.erb
saucy-0.2.29 app/views/billings/edit.html.erb
saucy-0.2.28 app/views/billings/edit.html.erb
saucy-0.2.27 app/views/billings/edit.html.erb
saucy-0.2.26 app/views/billings/edit.html.erb