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
Tatuya Kamada
gitlab-ce
Commits
084d90ac
Commit
084d90ac
authored
Nov 26, 2016
by
Ryan Harris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes project dashboard tabs to sentence casing
parent
70d4d2fb
Changes
2
Hide 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 @@
%ul
.nav-links
=
nav_link
(
page:
[
dashboard_projects_path
,
root_path
])
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
=
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
=
link_to
explore_root_path
,
title:
'Explore'
,
data:
{
placement:
'right'
}
do
Explore
P
rojects
Explore
p
rojects
.nav-controls
=
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
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