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
c1cbd385
Commit
c1cbd385
authored
Mar 26, 2021
by
Amy Qualls
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change capitalization of merge requests
Change 'Merge Requests' to sentence case. Title case is inappropriate.
parent
8d8c1e2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/dashboard/merge_requests.html.haml
app/views/dashboard/merge_requests.html.haml
+2
-2
spec/features/dashboard/shortcuts_spec.rb
spec/features/dashboard/shortcuts_spec.rb
+1
-1
No files found.
app/views/dashboard/merge_requests.html.haml
View file @
c1cbd385
-
@hide_top_links
=
true
-
page_title
_
(
"Merge
R
equests"
)
-
page_title
_
(
"Merge
r
equests"
)
-
@breadcrumb_link
=
merge_requests_dashboard_path
(
assignee_username:
current_user
.
username
)
=
render_dashboard_ultimate_trial
(
current_user
)
.page-title-holder.d-flex.align-items-start.flex-column.flex-sm-row.align-items-sm-center
%h1
.page-title
=
_
(
'Merge
R
equests'
)
%h1
.page-title
=
_
(
'Merge
r
equests'
)
-
if
current_user
.page-title-controls.ml-0.mb-3.ml-sm-auto.mb-sm-0
...
...
spec/features/dashboard/shortcuts_spec.rb
View file @
c1cbd385
...
...
@@ -24,7 +24,7 @@ RSpec.describe 'Dashboard shortcuts', :js do
find
(
'body'
).
send_keys
([
:shift
,
'M'
])
check_page_title
(
'Merge
R
equests'
)
check_page_title
(
'Merge
r
equests'
)
find
(
'body'
).
send_keys
([
:shift
,
'T'
])
...
...
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