Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
9c69f8fa
Commit
9c69f8fa
authored
Aug 04, 2017
by
tauriedavis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
34764 Rename about to overview for group and project page
parent
59800e6d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
7 deletions
+11
-7
app/views/help/_shortcuts.html.haml
app/views/help/_shortcuts.html.haml
+1
-1
app/views/layouts/nav/_new_group_sidebar.html.haml
app/views/layouts/nav/_new_group_sidebar.html.haml
+2
-2
app/views/layouts/nav/_new_project_sidebar.html.haml
app/views/layouts/nav/_new_project_sidebar.html.haml
+2
-2
app/views/profiles/preferences/show.html.haml
app/views/profiles/preferences/show.html.haml
+2
-2
changelogs/unreleased/34764-rename-to-overview.yml
changelogs/unreleased/34764-rename-to-overview.yml
+4
-0
No files found.
app/views/help/_shortcuts.html.haml
View file @
9c69f8fa
...
...
@@ -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
...
...
app/views/layouts/nav/_new_group_sidebar.html.haml
View file @
9c69f8fa
...
...
@@ -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
...
...
app/views/layouts/nav/_new_project_sidebar.html.haml
View file @
9c69f8fa
...
...
@@ -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
...
...
app/views/profiles/preferences/show.html.haml
View file @
9c69f8fa
...
...
@@ -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'
changelogs/unreleased/34764-rename-to-overview.yml
0 → 100644
View file @
9c69f8fa
---
title
:
Rename about to overview for group and project page
merge_request
:
author
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment