diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-13 19:56:26 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-13 19:56:26 +0300 |
| commit | cfd15eb480973e5206c83dc4f2ed18781d78f7e0 (patch) | |
| tree | 02af9d2b949688c26d720a5f4caaefd542ffa787 | |
| parent | 81a9e81fae349e3e2b1cc336bf6cef767d65dbfc (diff) | |
| download | gitlab-ce-cfd15eb480973e5206c83dc4f2ed18781d78f7e0.tar.gz | |
Better naming for some project tabs
| -rw-r--r-- | app/views/projects/_settings_nav.html.haml | 6 | ||||
| -rw-r--r-- | 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 acaa03f9ad2..346bbd2daf3 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 3132fd5ca8a..c0f7ee4330d 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 |
