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
b3add08e
Commit
b3add08e
authored
Jul 19, 2019
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add class `card` along with `card-slim`
parent
98e3a1d1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
ee/app/assets/javascripts/related_issues/components/related_issues_block.vue
...cripts/related_issues/components/related_issues_block.vue
+2
-2
ee/app/assets/javascripts/related_items_tree/components/related_items_tree_app.vue
.../related_items_tree/components/related_items_tree_app.vue
+1
-1
ee/app/assets/javascripts/related_items_tree/components/tree_item_body.vue
...ascripts/related_items_tree/components/tree_item_body.vue
+1
-1
ee/app/views/projects/issues/_related_issues.html.haml
ee/app/views/projects/issues/_related_issues.html.haml
+1
-1
No files found.
ee/app/assets/javascripts/related_issues/components/related_issues_block.vue
View file @
b3add08e
...
...
@@ -161,7 +161,7 @@ export default {
<
template
>
<div
class=
"related-issues-block"
>
<div
class=
"card-slim"
>
<div
class=
"card
card
-slim"
>
<div
:class=
"
{ 'panel-empty-heading border-bottom-0': !hasBody }" class="card-header">
<h3
class=
"card-title mt-0 mb-0 h5"
>
{{
title
}}
...
...
@@ -237,7 +237,7 @@ export default {
:class=
"
{
'user-can-drag': canReorder,
'sortable-row': canReorder,
'card-slim': canReorder,
'card
card
-slim': canReorder,
}"
:data-key="issue.id"
:data-ordering-id="issuableOrderingId(issue)"
...
...
ee/app/assets/javascripts/related_items_tree/components/related_items_tree_app.vue
View file @
b3add08e
...
...
@@ -109,7 +109,7 @@ export default {
</div>
<div
v-else
class=
"related-items-tree card-slim mt-2"
class=
"related-items-tree card
card
-slim mt-2"
:class=
"
{
'disabled-content': disableContents,
'overflow-auto': directChildren.length > $options.OVERFLOW_AFTER,
...
...
ee/app/assets/javascripts/related_items_tree/components/tree_item_body.vue
View file @
b3add08e
...
...
@@ -104,7 +104,7 @@ export default {
</
script
>
<
template
>
<div
class=
"card-slim sortable-row flex-grow-1"
>
<div
class=
"card
card
-slim sortable-row flex-grow-1"
>
<div
class=
"item-body card-body d-flex align-items-center p-2 p-xl-1 pl-xl-3"
>
<div
class=
"item-contents d-flex align-items-center flex-wrap flex-grow-1 flex-xl-nowrap"
>
<div
class=
"item-title d-flex align-items-center mb-1 mb-xl-0"
>
...
...
ee/app/views/projects/issues/_related_issues.html.haml
View file @
b3add08e
...
...
@@ -3,7 +3,7 @@
can_add_related_issues:
"#{can?(current_user, :admin_issue_link, @issue)}"
,
help_path:
help_page_path
(
'user/project/issues/related_issues'
)
}
}
.related-issues-block
.card-slim
.card
.card
-slim
.card-header.panel-empty-heading.border-bottom-0
%h3
.card-title.mt-0.mb-0.h5
Related issues
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