debian-mirror-gitlab/app/views/projects/_zen.html.haml

11 lines
356 B
Text
Raw Normal View History

2015-04-26 12:48:37 +05:30
.zennable
2015-10-24 18:46:33 +05:30
%input#zen-toggle-comment.zen-toggle-comment(tabindex="-1" type="checkbox")
2015-04-26 12:48:37 +05:30
.zen-backdrop
- classes << ' js-gfm-input markdown-area'
2015-09-11 14:41:01 +05:30
= f.text_area attr, class: classes, placeholder: ''
2015-10-24 18:46:33 +05:30
%a.zen-enter-link(tabindex="-1" href="#")
2015-04-26 12:48:37 +05:30
%i.fa.fa-expand
Edit in fullscreen
2015-10-24 18:46:33 +05:30
%a.zen-leave-link(href="#")
2015-04-26 12:48:37 +05:30
%i.fa.fa-compress