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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
084d90ac
Commit
084d90ac
authored
Nov 26, 2016
by
Ryan Harris
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes project dashboard tabs to sentence casing
parent
70d4d2fb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
app/views/dashboard/_projects_head.html.haml
app/views/dashboard/_projects_head.html.haml
+3
-3
changelogs/unreleased/25002-sentence-case-dashboard-tabs.yml
changelogs/unreleased/25002-sentence-case-dashboard-tabs.yml
+4
-0
No files found.
app/views/dashboard/_projects_head.html.haml
View file @
084d90ac
...
@@ -4,13 +4,13 @@
...
@@ -4,13 +4,13 @@
%ul
.nav-links
%ul
.nav-links
=
nav_link
(
page:
[
dashboard_projects_path
,
root_path
])
do
=
nav_link
(
page:
[
dashboard_projects_path
,
root_path
])
do
=
link_to
dashboard_projects_path
,
title:
'Home'
,
class:
'shortcuts-activity'
,
data:
{
placement:
'right'
}
do
=
link_to
dashboard_projects_path
,
title:
'Home'
,
class:
'shortcuts-activity'
,
data:
{
placement:
'right'
}
do
Your
P
rojects
Your
p
rojects
=
nav_link
(
page:
starred_dashboard_projects_path
)
do
=
nav_link
(
page:
starred_dashboard_projects_path
)
do
=
link_to
starred_dashboard_projects_path
,
title:
'Starred Projects'
,
data:
{
placement:
'right'
}
do
=
link_to
starred_dashboard_projects_path
,
title:
'Starred Projects'
,
data:
{
placement:
'right'
}
do
Starred
P
rojects
Starred
p
rojects
=
nav_link
(
page:
[
explore_root_path
,
trending_explore_projects_path
,
starred_explore_projects_path
,
explore_projects_path
])
do
=
nav_link
(
page:
[
explore_root_path
,
trending_explore_projects_path
,
starred_explore_projects_path
,
explore_projects_path
])
do
=
link_to
explore_root_path
,
title:
'Explore'
,
data:
{
placement:
'right'
}
do
=
link_to
explore_root_path
,
title:
'Explore'
,
data:
{
placement:
'right'
}
do
Explore
P
rojects
Explore
p
rojects
.nav-controls
.nav-controls
=
form_tag
request
.
path
,
method: :get
,
class:
'project-filter-form'
,
id:
'project-filter-form'
do
|
f
|
=
form_tag
request
.
path
,
method: :get
,
class:
'project-filter-form'
,
id:
'project-filter-form'
do
|
f
|
...
...
changelogs/unreleased/25002-sentence-case-dashboard-tabs.yml
0 → 100644
View file @
084d90ac
---
title
:
Sentence cased the nav tab headers on the project dashboard page
merge_request
:
author
:
Ryan Harris
Alain Takoudjou
@alain.takoudjou
mentioned in commit
530d2228
·
May 03, 2017
mentioned in commit
530d2228
mentioned in commit 530d222815b62180145d3cbe89cd3602835de8ad
Toggle commit list
Alain Takoudjou
@alain.takoudjou
mentioned in commit
00ca7adc
·
May 03, 2017
mentioned in commit
00ca7adc
mentioned in commit 00ca7adca2de8ff05cca3df9eb2df8a67f638cfe
Toggle commit list
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