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
e0df741ef679
Commit
a6681581
authored
Apr 09, 2018
by
Clement Ho
Browse files
[skip ci] Replace .visible-md-* with .d-block.d-lg-none
parent
8631cf4fd9d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/jobs/components/header.vue
View file @
e0df741e
...
...
@@ -51,7 +51,7 @@
actions
.
push
({
label
:
'
New issue
'
,
path
:
this
.
job
.
new_issue_path
,
cssClass
:
'
js-new-issue btn btn-new btn-inverted
visible-md-block
visible-lg-block
'
,
cssClass
:
'
js-new-issue btn btn-new btn-inverted
d-block d-lg-none
visible-lg-block
'
,
type
:
'
link
'
,
});
}
...
...
app/views/projects/jobs/_sidebar.html.haml
View file @
e0df741e
...
...
@@ -5,7 +5,7 @@
%strong
.inline.prepend-top-8
=
@build
.
name
-
if
can?
(
current_user
,
:update_build
,
@build
)
&&
@build
.
retryable?
=
link_to
"Retry"
,
retry_namespace_project_job_path
(
@project
.
namespace
,
@project
,
@build
),
class:
'js-retry-button float-right btn btn-inverted-secondary btn-retry
visible-md-block
visible-lg-block'
,
method: :post
=
link_to
"Retry"
,
retry_namespace_project_job_path
(
@project
.
namespace
,
@project
,
@build
),
class:
'js-retry-button float-right btn btn-inverted-secondary btn-retry
d-block d-lg-none
visible-lg-block'
,
method: :post
%a
.gutter-toggle.float-right.d-block.d-sm-none.d-md-none.js-sidebar-build-toggle
{
href:
"#"
,
'aria-label'
:
'Toggle Sidebar'
,
role:
'button'
}
=
icon
(
'angle-double-right'
)
...
...
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