Skip to content

Commit

Permalink
Merge pull request hotsh#621 from carols10cents/show_updates_link
Browse files Browse the repository at this point in the history
Show Updates link in header even when you're a logged in user. Finishes ...
  • Loading branch information
steveklabnik committed Sep 3, 2012
2 parents 4f7c297 + 6ed4a27 commit 1538faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/menu/_main.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%ul.menu#main
!= menu_item("Home", "/", :rel => "index")
!= menu_item("Updates", "/updates", :rel => "messages-all") unless current_user
!= menu_item("Updates", "/updates", :rel => "messages-all")
!= menu_item("Search", "/search", :rel => "messages-search")
!= menu_item("Users", "/users", :rel => "users-search")

0 comments on commit 1538faa

Please sign in to comment.