Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Navigation: Add link to shared measures.
Browse files Browse the repository at this point in the history
References #59.
  • Loading branch information
Yong Joseph Bakos committed Nov 5, 2018
1 parent 75e337d commit 0b20cf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/layouts/_nav.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- if user_signed_in?
%li.nav-link
= link_to 'Home', measures_path
%li.nav-link
= link_to 'Shared', tag_measures_path(tag: 'shared')
%li.nav-link
= link_to 'General', category_measures_path(category: :general)
%li.nav-link
Expand Down

0 comments on commit 0b20cf6

Please # to comment.