diff options
Diffstat (limited to 'app/views/projects/_project_head.html.haml')
-rw-r--r-- | app/views/projects/_project_head.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/_project_head.html.haml b/app/views/projects/_project_head.html.haml index 074a0f52ff1..3d46a676a6d 100644 --- a/app/views/projects/_project_head.html.haml +++ b/app/views/projects/_project_head.html.haml @@ -1,9 +1,11 @@ %ul.nav.nav-tabs %li{ :class => "#{'active' if current_page?(project_path(@project)) }" } = link_to project_path(@project), :class => "activities-tab tab" do + %i.icon-home Show %li{ :class => " #{'active' if (controller.controller_name == "team_members") || current_page?(team_project_path(@project)) }" } = link_to team_project_path(@project), :class => "team-tab tab" do + %i.icon-user Team %li{ :class => "#{'active' if current_page?(files_project_path(@project)) }" } = link_to files_project_path(@project), :class => "files-tab tab " do @@ -23,5 +25,6 @@ Hooks %li.right{ :class => "#{'active' if current_page?(edit_project_path(@project)) }" } = link_to edit_project_path(@project), :class => "stat-tab tab " do + %i.icon-edit Edit |