mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
fix for supporter check on welcome
This commit is contained in:
parent
411bf26347
commit
ea8a49ddfc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
<% if request.path == '/welcome' %>
|
||||
<h2>Welcome to Neocities, <%= current_site.username %>!</h2>
|
||||
<% elsif parent_site.supporter? %>
|
||||
<% elsif parent_site && parent_site.supporter? %>
|
||||
<div class="txt-Center" style="margin-bottom: 20px"><img src="/img/heartcat.png"></div>
|
||||
<h2>Thank you for being a supporter!</h2>
|
||||
<% else %>
|
||||
|
|
Loading…
Add table
Reference in a new issue