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-09 21:50:35 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 21:52:14 +0300
commit0ff1fccd8d93e7ddc0cc0650d588a50e2ce6b2c0 (patch)
treee5b4fe918640d9f5540af14e4cd10468aa06626a /app/views/projects/blob
parentb413785e1dfdbc594e86880e79e20bdd5963c938 (diff)
[skip ci] Rename .hide to .d-none
Diffstat (limited to 'app/views/projects/blob')
-rw-r--r--app/views/projects/blob/_editor.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blob/_editor.html.haml b/app/views/projects/blob/_editor.html.haml
index 8560b72fe85..db6794c9512 100644
--- a/app/views/projects/blob/_editor.html.haml
+++ b/app/views/projects/blob/_editor.html.haml
@@ -30,7 +30,7 @@
.file-editor.code
%pre.js-edit-mode-pane#editor= params[:content] || local_assigns[:blob_data]
- if local_assigns[:path]
- .js-edit-mode-pane#preview.hide
+ .js-edit-mode-pane#preview.d-none
.center
%h2
%i.icon-spinner.icon-spin