mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
hotfix for supporter page for not logged in users
This commit is contained in:
parent
620e53bf63
commit
a2e854d3b3
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
<h3>Free</h3>
|
||||
</th>
|
||||
<th class="professional">
|
||||
<h3>Supporter</h3>
|
||||
<h3>Supporter ($5/mo)</h3>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<% end %>
|
||||
</h3>
|
||||
|
||||
<% if !parent_site || !parent_site.supporter? %>
|
||||
<% if signed_in? && !parent_site.supporter? %>
|
||||
|
||||
<div class="plan-overview">
|
||||
<div class="col free">
|
||||
|
|
Loading…
Add table
Reference in a new issue