gitlab-org--gitlab-foss/app/views/projects/_zen.html.haml

10 lines
416 B
Plaintext
Raw Normal View History

2014-09-20 09:26:14 -04:00
.zennable
.zen-backdrop
2015-11-29 17:41:02 -05:00
- classes << ' js-gfm-input js-autosize markdown-area'
- if defined?(f) && f
2016-03-30 03:28:06 -04:00
= f.text_area attr, class: classes, placeholder: "Write a comment or drag your files here..."
- else
2016-03-30 03:28:06 -04:00
= text_area_tag attr, nil, class: classes, placeholder: "Write a comment or drag your files here..."
%a.zen-cotrol.zen-control-leave.js-zen-leave{ href: "#" }
= icon('compress')