Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-25 00:40:46 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-25 00:40:46 +0300
commit80766821b24cc13a6ce054f5b0c996bebccc4121 (patch)
treea930e81665bb24b4798906c59c1ce065099a5dbf /app/views/projects/pipelines/_info.html.haml
parentfe60886aa279d3031d1fe8ac596ba5fd4178b451 (diff)
Revert .hide to .d-none conversion
Diffstat (limited to 'app/views/projects/pipelines/_info.html.haml')
-rw-r--r--app/views/projects/pipelines/_info.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/_info.html.haml b/app/views/projects/pipelines/_info.html.haml
index 86b1e72cb33..ca373e39d61 100644
--- a/app/views/projects/pipelines/_info.html.haml
+++ b/app/views/projects/pipelines/_info.html.haml
@@ -30,6 +30,6 @@
= link_to("#", class: "js-details-expand d-none d-sm-none d-md-inline") do
%span.text-expander
\...
- %span.js-details-content.d-none
+ %span.js-details-content.hide
= link_to @pipeline.sha, project_commit_path(@project, @pipeline.sha), class: "commit-sha commit-hash-full"
= clipboard_button(text: @pipeline.sha, title: "Copy commit SHA to clipboard")