Add public filter to admin projects

This commit is contained in:
Dmitriy Zaporozhets 2013-01-13 17:24:29 +02:00
parent 122acb2254
commit 68bfcd0521
10 changed files with 73 additions and 34 deletions

View file

@ -18,7 +18,7 @@
%span.count= current_user.cared_merge_requests.opened.count
= nav_link(path: 'search#show') do
= link_to "Search", search_path
= nav_link(path: 'help#index') do
= nav_link(controller: :help) do
= link_to "Help", help_path
.content= yield