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
16db6341
Commit
16db6341
authored
Oct 25, 2021
by
Simon Knox
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ntepluhina-work-item-styling' into 'master'
Feature page styling See merge request gitlab-org/gitlab!72976
parents
1d154fa0
380c7f77
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
app/assets/javascripts/work_items/graphql/provider.js
app/assets/javascripts/work_items/graphql/provider.js
+1
-1
app/assets/javascripts/work_items/pages/work_item_root.vue
app/assets/javascripts/work_items/pages/work_item_root.vue
+5
-1
No files found.
app/assets/javascripts/work_items/graphql/provider.js
View file @
16db6341
...
@@ -40,7 +40,7 @@ export function createApolloProvider() {
...
@@ -40,7 +40,7 @@ export function createApolloProvider() {
type
:
'
TITLE
'
,
type
:
'
TITLE
'
,
enabled
:
true
,
enabled
:
true
,
// eslint-disable-next-line @gitlab/require-i18n-strings
// eslint-disable-next-line @gitlab/require-i18n-strings
contentText
:
'
Test
'
,
contentText
:
'
Test
Work Item Title
'
,
},
},
],
],
},
},
...
...
app/assets/javascripts/work_items/pages/work_item_root.vue
View file @
16db6341
...
@@ -36,7 +36,11 @@ export default {
...
@@ -36,7 +36,11 @@ export default {
<section>
<section>
<!-- Title widget placeholder -->
<!-- Title widget placeholder -->
<div>
<div>
<h2
v-if=
"titleWidgetData"
class=
"title"
data-testid=
"title"
>
<h2
v-if=
"titleWidgetData"
class=
"gl-font-weight-normal gl-sm-font-weight-bold gl-my-5"
data-testid=
"title"
>
{{
titleWidgetData
.
contentText
}}
{{
titleWidgetData
.
contentText
}}
</h2>
</h2>
</div>
</div>
...
...
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