summaryrefslogtreecommitdiff
path: root/app/views/projects/_zen.html.haml
blob: bddff5cdcbc5a990cb09fe735ce496dd3084181e (plain)
1
2
3
4
5
6
7
8
.zen-backdrop
  - classes << ' js-gfm-input js-autosize markdown-area'
  - if defined?(f) && f
    = f.text_area attr, class: classes, placeholder: "Write a comment or drag your files here..."
  - else
    = 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')