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-20 19:24:05 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-20 19:24:05 +0300
commit52028171866cbddc58394df00d638b9e756f7efb (patch)
treeb09136a1fc2714b84219103db246437d2dab975d /app/views/shared/notes
parentee5b470831ef06f824e933f7aae063b1e963ac19 (diff)
Fix user uploads file spec
Diffstat (limited to 'app/views/shared/notes')
-rw-r--r--app/views/shared/notes/_hints.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/shared/notes/_hints.html.haml b/app/views/shared/notes/_hints.html.haml
index 1e99f86d755..496b31b151e 100644
--- a/app/views/shared/notes/_hints.html.haml
+++ b/app/views/shared/notes/_hints.html.haml
@@ -11,7 +11,7 @@
supported
%span.uploading-container
- %span.uploading-progress-container.d-none
+ %span.uploading-progress-container.hide
= icon('file-image-o', class: 'toolbar-button-icon')
%span.attaching-file-message
-# Populated by app/assets/javascripts/dropzone_input.js
@@ -19,7 +19,7 @@
%span.uploading-spinner
= icon('spinner spin', class: 'toolbar-button-icon')
- %span.uploading-error-container.d-none
+ %span.uploading-error-container.hide
%span.uploading-error-icon
= icon('file-image-o', class: 'toolbar-button-icon')
%span.uploading-error-message
@@ -32,4 +32,4 @@
= icon('file-image-o', class: 'toolbar-button-icon')
Attach a file
- %button.btn.btn-secondary.btn-sm.d-none.button-cancel-uploading-files{ type: 'button' } Cancel
+ %button.btn.btn-secondary.btn-sm.hide.button-cancel-uploading-files{ type: 'button' } Cancel