Skip to content

Commit

Permalink
disable browse link in nav because production database was wiped
Browse files Browse the repository at this point in the history
the routes are still there for now, but i'm not worried about that
  • Loading branch information
alexgraffeocohen committed Jan 5, 2015
1 parent 5ad7f3b commit 2b33d08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/layouts/_nav.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<%= link_to_unless_current "Home", root_path do %>
<p>Home</p>
<% end %>
<%= link_to_unless_current "Browse", browse_path do %>
<p>Browse</p>
<% end %>
<%#= link_to_unless_current "Browse", browse_path do %>
<!-- <p>Browse</p> -->
<%# end %>
<%= link_to_unless_current "What the Hell Is This?", about_path do %>
<p>What the Hell Is This?</p>
<% end %>
</div>
</div>

0 comments on commit 2b33d08

Please sign in to comment.