We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2b1b6 commit 1d730a0Copy full SHA for 1d730a0
app/views/layouts/application.html.erb
@@ -149,11 +149,7 @@ _\%_____/\%_____/\%_____/\%_/ /\%___fx/\%_____/\__/ /\%_____/\__/ /.com_
149
<li><a href="https://sites.google.com/site/scelight/">Scelight</a></li>
150
</ul>
151
</li>
152
- <% if signed_in? && !current_user.pro? %>
153
- <li class="<%= active?(:go_pro)%>"><a class="menu-item" target="_self" href="/go_pro"><span>go pro</span></a></li>
154
- <% else %>
155
- <li><a class="menu-item" target="_self" href="/tour"><span>tour</span></a></li>
156
- <% end %>
+ <li><a class="menu-item" target="_self" href="/tour"><span>tour</span></a></li>
157
158
</div>
159
0 commit comments