<%= current_user.get_selected_plan.name %>

<%= number_to_currency(current_user.get_selected_plan.price) %> / month

<%= link_to "See other plans", "/welcome#pricing-section" %>


Nevermind...

<% content_for :javascripts do %> <% end %>