neocities/views/plan/manage.erb
2014-04-27 11:08:02 -07:00

19 lines
No EOL
550 B
Text

<div class="header-Outro">
<div class="row content single-Col">
<div class="col col-50">
<h2 class="beta">Manage Supporter Plan</h2>
</div>
<div class="txt-Right">
<img src="/assets/img/support-us.png" width="55">
</div>
</div>
</div>
<div class="content single-Col misc-page">
<h3>Change your Supporter Plan</h3>
<p>
You currently have the <strong><%= current_site.plan_name %> (<%= current_site.maximum_space_in_megabytes %>MB)</strong> - <%= @plan_name %>.
</p>
<a href="/plan/end">End plan</a>
</div>