drhenner/ror_ecommerce

View on GitHub
app/views/admin/user_datas/store_credits/show.html.erb

Summary

Maintainability
Test Coverage

<h3> <%= customer.name.possessive %> Store Credits </h3>

<ul>
  <li>
    <label>Amount:</label>
    <%= number_to_currency customer.store_credit_amount %>
  </li>
</ul>
<p>
  <%= link_to "Edit", edit_admin_user_datas_user_store_credits_path(customer), class: 'button' %>
</p>