summaryrefslogtreecommitdiff
path: root/app/views/projects/_zen.html.haml
blob: e27394ab30b4729e3a6037fe61a7fb79fc081460 (plain)
1
2
3
4
5
6
7
8
9
10
.zennable
  %input#zen-toggle-comment.zen-toggle-comment{ tabindex: '-1', type: 'checkbox' }
  .zen-backdrop
    - classes << ' js-gfm-input markdown-area'
    = f.text_area attr, class: classes, placeholder: 'You can tag other participants like this: @michael do you think this is a good idea? Also @deborah, what do you think?'
    = link_to nil, class: 'zen-enter-link', tabindex: '-1' do
      %i.fa.fa-expand
      Edit in fullscreen
    = link_to nil, class: 'zen-leave-link' do
      %i.fa.fa-compress