Sha256: 6e27221a0359a22ddd3ec89eaca1198820de40aae91dae1539468632a800c914
Contents?: true
Size: 413 Bytes
Versions: 5
Compression:
Stored size: 413 Bytes
Contents
.saasaparilla %h1 Update Billing Payment Info .info %h2 Current card %p = @current_card.card_number %br = "Exp: #{@current_card.expiration_date}" .info %h2 Update card = simple_form_for [@subscription, @credit_card], :secure => true do |f| = render :partial => 'saasaparilla/subscription/credit_card_form', :locals => {:f => f} = f.submit "Update Card" = link_to "Cancel", :back
Version data entries
5 entries across 5 versions & 1 rubygems