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
81870261
Commit
81870261
authored
Aug 26, 2021
by
Jonston Chan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize page-title messages
Externalizes page-title messages Changelog: changed
parent
b040c392
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
7 deletions
+8
-7
app/views/admin/applications/edit.html.haml
app/views/admin/applications/edit.html.haml
+2
-1
app/views/projects/branches/new.html.haml
app/views/projects/branches/new.html.haml
+1
-1
app/views/projects/imports/new.html.haml
app/views/projects/imports/new.html.haml
+1
-1
app/views/projects/labels/edit.html.haml
app/views/projects/labels/edit.html.haml
+1
-1
app/views/projects/labels/new.html.haml
app/views/projects/labels/new.html.haml
+1
-1
app/views/projects/merge_requests/creations/_new_compare.html.haml
.../projects/merge_requests/creations/_new_compare.html.haml
+1
-1
app/views/projects/merge_requests/creations/_new_submit.html.haml
...s/projects/merge_requests/creations/_new_submit.html.haml
+1
-1
No files found.
app/views/admin/applications/edit.html.haml
View file @
81870261
...
...
@@ -2,6 +2,7 @@
-
breadcrumb_title
@application
.
name
-
page_title
_
(
"Edit"
),
@application
.
name
,
_
(
"Applications"
)
%h3
.page-title
Edit application
%h3
.page-title
=
_
(
'Edit application'
)
-
@url
=
admin_application_path
(
@application
)
=
render
'form'
,
application:
@application
app/views/projects/branches/new.html.haml
View file @
81870261
...
...
@@ -9,7 +9,7 @@
.gl-alert-body
=
@error
%h3
.page-title
New Branch
=
_
(
'New Branch'
)
%hr
=
form_tag
namespace_project_branches_path
,
method: :post
,
id:
"new-branch-form"
,
class:
"js-create-branch-form js-requires-input"
do
...
...
app/views/projects/imports/new.html.haml
View file @
81870261
-
page_title
_
(
"Import repository"
)
%h3
.page-title
Import repository
=
_
(
'Import repository'
)
%hr
...
...
app/views/projects/labels/edit.html.haml
View file @
81870261
...
...
@@ -3,6 +3,6 @@
-
page_title
_
(
"Edit"
),
@label
.
name
,
_
(
"Labels"
)
%h3
.page-title
Edit Label
=
_
(
'Edit Label'
)
%hr
=
render
'shared/labels/form'
,
url:
project_label_path
(
@project
,
@label
),
back_path:
project_labels_path
(
@project
)
app/views/projects/labels/new.html.haml
View file @
81870261
...
...
@@ -3,6 +3,6 @@
-
page_title
_
(
"New Label"
)
%h3
.page-title
New Label
=
_
(
'New Label'
)
%hr
=
render
'shared/labels/form'
,
url:
project_labels_path
(
@project
),
back_path:
project_labels_path
(
@project
)
app/views/projects/merge_requests/creations/_new_compare.html.haml
View file @
81870261
%h3
.page-title
New merge request
=
_
(
'New merge request'
)
=
form_for
[
@project
,
@merge_request
],
url:
project_new_merge_request_path
(
@project
),
method: :get
,
html:
{
class:
"merge-request-form js-requires-input"
}
do
|
f
|
-
if
params
[
:nav_source
].
present?
...
...
app/views/projects/merge_requests/creations/_new_submit.html.haml
View file @
81870261
%h3
.page-title
New merge request
=
_
(
'New merge request'
)
=
form_for
[
@project
,
@merge_request
],
html:
{
class:
'merge-request-form common-note-form js-requires-input js-quick-submit'
}
do
|
f
|
=
render
'shared/issuable/form'
,
f:
f
,
issuable:
@merge_request
,
commits:
@commits
,
presenter:
@mr_presenter
=
f
.
hidden_field
:source_project_id
...
...
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