Skip to content
Snippets Groups Projects
Commit 9c69f8fa authored by Taurie Davis's avatar Taurie Davis
Browse files

34764 Rename about to overview for group and project page

parent 59800e6d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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'
---
title: Rename about to overview for group and project page
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment