diff options
| author | Robert Speicher <rspeicher@gmail.com> | 2015-05-21 01:25:18 -0400 |
|---|---|---|
| committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-02 20:32:07 -0400 |
| commit | f76a3f3db767da92149545ea54115d5ff40d722e (patch) | |
| tree | 857a49e3153d86137385555ae41b2ae80fa373f6 /spec/javascripts/fixtures | |
| parent | 79aac2c128e0c2fa8fd657af273fbd219002f39c (diff) | |
| download | gitlab-ce-f76a3f3db767da92149545ea54115d5ff40d722e.tar.gz | |
Add ZenMode javascript specs
Diffstat (limited to 'spec/javascripts/fixtures')
| -rw-r--r-- | spec/javascripts/fixtures/zen_mode.html.haml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/javascripts/fixtures/zen_mode.html.haml b/spec/javascripts/fixtures/zen_mode.html.haml new file mode 100644 index 00000000000..e867e4de2b9 --- /dev/null +++ b/spec/javascripts/fixtures/zen_mode.html.haml @@ -0,0 +1,9 @@ +.zennable + %input#zen-toggle-comment.zen-toggle-comment{ tabindex: '-1', type: 'checkbox' } + .zen-backdrop + %textarea#note_note.js-gfm-input.markdown-area{placeholder: 'Leave a comment'} + %a.zen-enter-link{tabindex: '-1'} + %i.fa.fa-expand + Edit in fullscreen + %a.zen-leave-link + %i.fa.fa-compress |
