Sha256: 0aaa04a3befd9cf7daaed22064a74867577b480652fdf8002dab163a8b04e792
Contents?: true
Size: 272 Bytes
Versions: 3
Compression:
Stored size: 272 Bytes
Contents
<% if current_user.admin_of?(current_account) -%> <div class="current_credit_card"> We're currently charging the credit card ending in <%= current_account.credit_card.last_4 %>. <%= link_to "Change", edit_account_billing_path(current_account) %> </div> <% end -%>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
saucy-0.2.4.1 | app/views/billings/show.html.erb |
saucy-0.2.4 | app/views/billings/show.html.erb |
saucy-0.2.3 | app/views/billings/show.html.erb |