summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures/comments.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-08-31 09:32:48 -0500
committerClement Ho <ClemMakesApps@gmail.com>2016-09-01 13:57:07 -0500
commite7b0334cfb13d42c20f704cd02eafc0f97c9d7ed (patch)
treedf9598323b18289862d1bbd62e27a8ba7db6dea3 /spec/javascripts/fixtures/comments.html.haml
parent1c4e866348e0c782d2e5374209508785ac812c7a (diff)
downloadgitlab-ce-e7b0334cfb13d42c20f704cd02eafc0f97c9d7ed.tar.gz
Add textarea autoresize after comment
Diffstat (limited to 'spec/javascripts/fixtures/comments.html.haml')
-rw-r--r--spec/javascripts/fixtures/comments.html.haml21
1 files changed, 21 insertions, 0 deletions
diff --git a/spec/javascripts/fixtures/comments.html.haml b/spec/javascripts/fixtures/comments.html.haml
new file mode 100644
index 00000000000..cc1f8f15c21
--- /dev/null
+++ b/spec/javascripts/fixtures/comments.html.haml
@@ -0,0 +1,21 @@
+.flash-container.timeline-content
+.timeline-icon.hidden-xs.hidden-sm
+ %a.author_link
+ %img
+.timeline-content.timeline-content-form
+ %form.new-note.js-quick-submit.common-note-form.gfm-form.js-main-target-form
+ .md-area
+ .md-header
+ .md-write-holder
+ .zen-backdrop.div-dropzone-wrapper
+ .div-dropzone-wrapper
+ .div-dropzone.dz-clickable
+ %textarea.note-textarea.js-note-text.js-gfm-input.js-autosize.markdown-area
+ .note-form-actions.clearfix
+ %input.btn.btn-nr.btn-create.append-right-10.comment-btn.js-comment-button{ type: 'submit' }
+ %a.btn.btn-nr.btn-reopen.btn-comment.js-note-target-reopen
+ Reopen issue
+ %a.btn.btn-nr.btn-close.btn-comment.js-note-target-close
+ Close issue
+ %a.btn.btn-cancel.js-note-discard
+ Discard draft \ No newline at end of file