Commit 0c8d8b91 authored by Douwe Maan's avatar Douwe Maan

Clarify navigation labels for Project Settings and Group Settings.

parent 04d44522
...@@ -8,6 +8,7 @@ v 7.12.0 (unreleased) ...@@ -8,6 +8,7 @@ v 7.12.0 (unreleased)
- Update Asciidoctor gem to version 1.5.2. (Jakub Jirutka) - Update Asciidoctor gem to version 1.5.2. (Jakub Jirutka)
- Fix resolving of relative links to repository files in AsciiDoc documents. (Jakub Jirutka) - Fix resolving of relative links to repository files in AsciiDoc documents. (Jakub Jirutka)
- Use the user list from the target project in a merge request (Stan Hu) - Use the user list from the target project in a merge request (Stan Hu)
- Clarify navigation labels for Project Settings and Group Settings.
v 7.11.2 v 7.11.2
- no changes - no changes
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
= link_to edit_group_path(@group), title: 'Group', data: {placement: 'right'} do = link_to edit_group_path(@group), title: 'Group', data: {placement: 'right'} do
= icon('pencil-square-o') = icon('pencil-square-o')
%span %span
Group Group Settings
= nav_link(path: 'groups#projects') do = nav_link(path: 'groups#projects') do
= link_to projects_group_path(@group), title: 'Projects', data: {placement: 'right'} do = link_to projects_group_path(@group), title: 'Projects', data: {placement: 'right'} do
= icon('folder') = icon('folder')
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
= link_to edit_project_path(@project), title: 'Project', class: 'stat-tab tab', data: {placement: 'right'} do = link_to edit_project_path(@project), title: 'Project', class: 'stat-tab tab', data: {placement: 'right'} do
= icon('pencil-square-o') = icon('pencil-square-o')
%span %span
Project Project Settings
= nav_link(controller: [:project_members, :teams]) do = nav_link(controller: [:project_members, :teams]) do
= link_to namespace_project_project_members_path(@project.namespace, @project), title: 'Members', class: 'team-tab tab', data: {placement: 'right'} do = link_to namespace_project_project_members_path(@project.namespace, @project), title: 'Members', class: 'team-tab tab', data: {placement: 'right'} do
= icon('users') = icon('users')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment