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
a23d2c55
Commit
a23d2c55
authored
Aug 16, 2019
by
Miguel Rincon
Committed by
Kushal Pandya
Aug 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Align "New metric" page title correctly to the rest of the page
parent
7ca1c6e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ee/app/assets/javascripts/custom_metrics/components/custom_metrics_form.vue
...scripts/custom_metrics/components/custom_metrics_form.vue
+1
-1
ee/changelogs/unreleased/13406-new-metric-page-title-should-be-aligned-correctly.yml
...406-new-metric-page-title-should-be-aligned-correctly.yml
+5
-0
No files found.
ee/app/assets/javascripts/custom_metrics/components/custom_metrics_form.vue
View file @
a23d2c55
...
...
@@ -66,7 +66,7 @@ export default {
</
script
>
<
template
>
<div
class=
"row my-3"
>
<h4
class=
"
text-center prepend-top-0
"
>
{{
titleText
}}
</h4>
<h4
class=
"
prepend-top-0 col-lg-8 offset-lg-2
"
>
{{
titleText
}}
</h4>
<form
ref=
"form"
class=
"col-lg-8 offset-lg-2"
:action=
"customMetricsPath"
method=
"post"
>
<custom-metrics-form-fields
:form-operation=
"formOperation"
...
...
ee/changelogs/unreleased/13406-new-metric-page-title-should-be-aligned-correctly.yml
0 → 100644
View file @
a23d2c55
---
title
:
Align "New metric" page title correctly to the rest of the page
merge_request
:
15259
author
:
type
:
fixed
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