mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Merge pull request #475 from zmac-me/minorfix
Remove an erroneous 'a' from supporter.erb
This commit is contained in:
commit
e96bce69bd
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
<p class="tiny">
|
<p class="tiny">
|
||||||
You currently have the <strong>Free Plan (<%= current_site.maximum_space.to_space_pretty %>)</strong>.<br>Want to get more space and help Neocities? Become a supporter!
|
You currently have the <strong>Free Plan (<%= current_site.maximum_space.to_space_pretty %>)</strong>.<br>Want to get more space and help Neocities? Become a supporter!
|
||||||
</p>
|
</p>
|
||||||
<a href="/supporter">Supporter Info</a>a
|
<a href="/supporter">Supporter Info</a>
|
||||||
<% if parent_site.stripe_customer_id || parent_site.paypal_profile_id %>
|
<% if parent_site.stripe_customer_id || parent_site.paypal_profile_id %>
|
||||||
<br>
|
<br>
|
||||||
<a href="/settings/invoices">Generated Invoices</a>
|
<a href="/settings/invoices">Generated Invoices</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue