restyled main menu. move from left to top orientation
This commit is contained in:
parent
9511ec846d
commit
c844723a24
11 changed files with 98 additions and 71 deletions
6
app/views/layouts/_app_menu.html.haml
Normal file
6
app/views/layouts/_app_menu.html.haml
Normal file
|
@ -0,0 +1,6 @@
|
|||
%nav.main_menu
|
||||
-#= link_to "Activities", dashboard_path, :class => "#{"active" if current_page?(dashboard_path) || current_page?(root_path) }"
|
||||
= link_to "Projects", projects_path, :class => "#{"active" if current_page?(projects_path)}"
|
||||
= link_to "Issues", dashboard_issues_path, :class => "#{"active" if current_page?(dashboard_issues_path)}", :id => "issues_slide"
|
||||
= link_to "Requests", dashboard_merge_requests_path, :class => "#{"active" if current_page?(dashboard_merge_requests_path)}", :id => "merge_requests_slide"
|
||||
= link_to "Help", help_path, :class => "#{"active" if controller.controller_name == "help"}"
|
Loading…
Add table
Add a link
Reference in a new issue