summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/_editor.html.haml
diff options
context:
space:
mode:
authorJennifer Louie <jlouie@gitlab.com>2019-07-02 08:05:31 +0000
committerSanad Liaquat <sliaquat@gitlab.com>2019-07-02 08:05:31 +0000
commit700853a178f7a512408c08ff7da9737e68b783ce (patch)
treee65590a730157c5c4be7eb9e5df69f4ecfc0e498 /app/views/projects/blob/_editor.html.haml
parent3fd4c77ee4777464af74acd0c9dda319e1d29a44 (diff)
downloadgitlab-ce-700853a178f7a512408c08ff7da9737e68b783ce.tar.gz
QA: transfer project spec
Diffstat (limited to 'app/views/projects/blob/_editor.html.haml')
-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 a54460f1196..283b845e40d 100644
--- a/app/views/projects/blob/_editor.html.haml
+++ b/app/views/projects/blob/_editor.html.haml
@@ -32,7 +32,7 @@
= select_tag :encoding, options_for_select([ "base64", "text" ], "text"), class: 'select2', tabindex: '-1'
.file-editor.code
- %pre.js-edit-mode-pane#editor= params[:content] || local_assigns[:blob_data]
+ %pre.js-edit-mode-pane.qa-editor#editor= params[:content] || local_assigns[:blob_data]
- if local_assigns[:path]
.js-edit-mode-pane#preview.hide
.center