lgs/paymill-on-rails

View on GitHub
app/views/paymill_on_rails/subscriptions/show.html.erb

Summary

Maintainability
Test Coverage

<div id="subscription">
  <h1>Your Subscription</h1>
  <p>You have signed up for the <strong><%= @subscription.plan.name %></strong> plan </strong> for just <strong><%= number_to_currency @subscription.plan.price, currency: "€" %></strong> per month!</p>
</div>