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