From cfd15eb480973e5206c83dc4f2ed18781d78f7e0 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 13 Jun 2013 19:56:26 +0300 Subject: [PATCH] Better naming for some project tabs --- app/views/projects/_settings_nav.html.haml | 6 +++--- app/views/team_members/index.html.haml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/projects/_settings_nav.html.haml b/app/views/projects/_settings_nav.html.haml index acaa03f..346bbd2 100644 --- a/app/views/projects/_settings_nav.html.haml +++ b/app/views/projects/_settings_nav.html.haml @@ -5,8 +5,8 @@ Edit = nav_link(controller: [:team_members, :teams]) do = link_to project_team_index_path(@project), class: "team-tab tab" do - %i.icon-user - Team + %i.icon-group + Project Members = nav_link(controller: :deploy_keys) do = link_to project_deploy_keys_path(@project) do %span @@ -14,7 +14,7 @@ = nav_link(controller: :hooks) do = link_to project_hooks_path(@project) do %span - Hooks + Web Hooks = nav_link(controller: :services) do = link_to project_services_path(@project) do %span diff --git a/app/views/team_members/index.html.haml b/app/views/team_members/index.html.haml index 3132fd5..c0f7ee4 100644 --- a/app/views/team_members/index.html.haml +++ b/app/views/team_members/index.html.haml @@ -1,6 +1,6 @@ = render "projects/settings_nav" %h3.page_title - Team Members + Project Members (#{@project.users.count}) %small Read more about project permissions -- libgit2 0.21.2