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