Skip to content

Commit

Permalink
fix nav for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
JuddL333 committed Jul 22, 2013
1 parent ab8b816 commit bbd1dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ html
li.dropdown.visible-desktop
= link_to "More Stuff <b class='caret'></b>".html_safe, '#', :class => 'dropdown-toggle', "data-toggle" => "dropdown"
ul.dropdown-menu
li= link_to "Support and Encouragement", tag_path('11')
li= link_to "Support and Encouragement", tag_path('12')
li= link_to "Advice", tag_path('3')
li= link_to "Q&A", tag_path('2')
li= link_to "Startups", tag_path('6')
Expand All @@ -54,7 +54,7 @@ html
li= link_to "Press", tag_path('7')
li= link_to "Visiting Town", tag_path('8')
li= link_to "Just For Fun", tag_path('9')
li= link_to "Introductions and Follow Ups", tag_path('10')
li= link_to "Introductions and Follow Ups", tag_path('11')
li= link_to "Whining", tag_path('5')
li.divider
li= link_to "Best of week", best_of_week_path
Expand Down

0 comments on commit bbd1dad

Please sign in to comment.