Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_zen.html.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cf1c55ecca6535a3f1b6ec4a172e793dfb6c8b2a (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: 'Leave a comment'
    = 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