drhenner/ror_ecommerce

View on GitHub
app/views/myaccount/store_credits/show.html.erb

Summary

Maintainability
Test Coverage
<div class=' large-9 columns'>
  <h3> Store Credits </h3>

  <p id='users-credits' class=''>
    You currently have <strong><%= number_to_currency @store_credit.amount %></strong> worth of credits.
  </p>
</div>