BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
81fd5764
Commit
81fd5764
authored
Aug 07, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '34764-rename-to-overview' into 'master'
34764 Rename about to overview for group and project page Closes #34764 See merge request !13318
parents
3fbb7114
9c69f8fa
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
7 deletions
+11
-7
_shortcuts.html.haml
app/views/help/_shortcuts.html.haml
+1
-1
_new_group_sidebar.html.haml
app/views/layouts/nav/_new_group_sidebar.html.haml
+2
-2
_new_project_sidebar.html.haml
app/views/layouts/nav/_new_project_sidebar.html.haml
+2
-2
show.html.haml
app/views/profiles/preferences/show.html.haml
+2
-2
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 @
81fd5764
...
...
@@ -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 @
81fd5764
...
...
@@ -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 @
81fd5764
...
...
@@ -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 @
81fd5764
...
...
@@ -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 @
81fd5764
---
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