Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
d0269283d8d2
Commit
75b6ab50
authored
Apr 09, 2018
by
Clement Ho
Browse files
Replace .btn-group-justified with .btn-group.d-flex
parent
cdcf6c0c91f3
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/notes/components/noteable_discussion.vue
View file @
d0269283
...
...
@@ -261,7 +261,7 @@ Please check your network connection and try again.`;
<div
class=
"discussion-reply-holder"
>
<template
v-if=
"!isReplying && canReply"
>
<div
class=
"btn-group
-justified
discussion-with-resolve-btn"
class=
"btn-group
d-flex
discussion-with-resolve-btn"
role=
"group"
>
<div
class=
"btn-group"
...
...
app/views/discussions/_notes.html.haml
View file @
d0269283
...
...
@@ -22,7 +22,7 @@
-
if
discussion
.
potentially_resolvable?
-
line_type
=
local_assigns
.
fetch
(
:line_type
,
nil
)
.btn-group
-justified
.discussion-with-resolve-btn
{
role:
"group"
}
.btn-group
.d-flex
.discussion-with-resolve-btn
{
role:
"group"
}
.btn-group
{
role:
"group"
}
=
link_to_reply_discussion
(
discussion
,
line_type
)
...
...
app/views/projects/jobs/_sidebar.html.haml
View file @
d0269283
...
...
@@ -27,7 +27,7 @@
%span
=
time_ago_in_words
@build
.
artifacts_expire_at
-
if
@build
.
artifacts?
.btn-group.btn-group
-justified
{
role: :group
}
.btn-group.btn-group
.d-flex
{
role: :group
}
-
if
@build
.
has_expiring_artifacts?
&&
can?
(
current_user
,
:update_build
,
@build
)
=
link_to
keep_project_job_artifacts_path
(
@project
,
@build
),
class:
'btn btn-sm btn-secondary'
,
method: :post
do
Keep
...
...
@@ -51,7 +51,7 @@
-
if
@build
.
trigger_variables
.
any?
%p
%button
.btn.group.btn-group
-justified
.js-reveal-variables
Reveal Variables
%button
.btn.group.btn-group
.d-flex
.js-reveal-variables
Reveal Variables
%dl
.js-build-variables.trigger-build-variables.hide
-
@build
.
trigger_variables
.
each
do
|
trigger_variable
|
...
...
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