mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
fixes for copy for support us page
This commit is contained in:
parent
488ed776c6
commit
658f542e51
3 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
<a href="/about" title="About Neocities">About</a>
|
<a href="/about" title="About Neocities">About</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/plan" title="Neocities Supporters">Supporters</a>
|
<a href="/plan" title="Support Neocities">Support Us</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
<a href="/about" title="About Neocities">About</a>
|
<a href="/about" title="About Neocities">About</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/plan" title="Neocities Supporters">Supporters</a>
|
<a href="/plan" title="Support Neocities">Support Us</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<% if current_site %>
|
<% if current_site %>
|
||||||
Your Plan
|
Your Plan
|
||||||
<% else %>
|
<% else %>
|
||||||
Supporter Plan
|
Support Neocities
|
||||||
<% end %>
|
<% end %>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content single-Col misc-page">
|
<div class="content single-Col misc-page">
|
||||||
<h3>Plan Info</h3>
|
<h3></h3>
|
||||||
|
|
||||||
<% if current_site && current_site.supporter? && !current_site.plan_ended %>
|
<% if current_site && current_site.supporter? && !current_site.plan_ended %>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue