34764 Rename about to overview for group and project page
This commit is contained in:
parent
59800e6deb
commit
9c69f8fa61
5 changed files with 11 additions and 7 deletions
|
@ -121,7 +121,7 @@
|
|||
.key g
|
||||
.key p
|
||||
%td
|
||||
Go to the project's home page
|
||||
Go to the project's overview page
|
||||
%tr
|
||||
%td.shortcut
|
||||
.key g
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
= icon ('times')
|
||||
%ul.sidebar-top-level-items
|
||||
= nav_link(path: ['groups#show', 'groups#activity', 'groups#subgroups'], html_options: { class: 'home' }) do
|
||||
= link_to group_path(@group), title: 'About group' do
|
||||
= link_to group_path(@group), title: 'Group overview' do
|
||||
.nav-icon-container
|
||||
= custom_icon('project')
|
||||
%span.nav-item-name
|
||||
About
|
||||
Overview
|
||||
|
||||
%ul.sidebar-sub-level-items
|
||||
= nav_link(path: ['groups#show', 'groups#subgroups'], html_options: { class: 'home' }) do
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
= icon ('times')
|
||||
%ul.sidebar-top-level-items
|
||||
= nav_link(path: ['projects#show', 'projects#activity', 'cycle_analytics#show'], html_options: { class: 'home' }) do
|
||||
= link_to project_path(@project), title: 'About project', class: 'shortcuts-project' do
|
||||
= link_to project_path(@project), title: 'Project overview', class: 'shortcuts-project' do
|
||||
.nav-icon-container
|
||||
= custom_icon('project')
|
||||
%span.nav-item-name
|
||||
About
|
||||
Overview
|
||||
|
||||
%ul.sidebar-sub-level-items
|
||||
= nav_link(path: 'projects#show') do
|
||||
|
|
|
@ -60,9 +60,9 @@
|
|||
= f.select :dashboard, dashboard_choices, {}, class: 'form-control'
|
||||
.form-group
|
||||
= f.label :project_view, class: 'label-light' do
|
||||
Project home page content
|
||||
Project overview content
|
||||
= f.select :project_view, project_view_choices, {}, class: 'form-control'
|
||||
.help-block
|
||||
Choose what content you want to see on a project’s home page
|
||||
Choose what content you want to see on a project’s overview page
|
||||
.form-group
|
||||
= f.submit 'Save changes', class: 'btn btn-save'
|
||||
|
|
4
changelogs/unreleased/34764-rename-to-overview.yml
Normal file
4
changelogs/unreleased/34764-rename-to-overview.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Rename about to overview for group and project page
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue