Skip to content

Commit 1d730a0

Browse files
committed
remove go_pro
1 parent 5b2b1b6 commit 1d730a0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,7 @@ _\%_____/\%_____/\%_____/\%_/ /\%___fx/\%_____/\__/ /\%_____/\__/ /.com_
149149
<li><a href="https://sites.google.com/site/scelight/">Scelight</a></li>
150150
</ul>
151151
</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 %>
152+
<li><a class="menu-item" target="_self" href="/tour"><span>tour</span></a></li>
157153
</ul>
158154
</div>
159155

0 commit comments

Comments
 (0)