2015-04-26 12:48:37 +05:30
|
|
|
.zennable
|
|
|
|
.zen-backdrop
|
|
|
|
- classes << ' js-gfm-input markdown-area'
|
2015-11-26 14:37:03 +05:30
|
|
|
- if defined?(f) && f
|
2016-01-14 18:37:52 +05:30
|
|
|
= f.text_area attr, class: classes
|
2015-11-26 14:37:03 +05:30
|
|
|
- else
|
2016-01-14 18:37:52 +05:30
|
|
|
= text_area_tag attr, nil, class: classes
|
|
|
|
%a.js-zen-enter(tabindex="-1" href="#")
|
2015-11-26 14:37:03 +05:30
|
|
|
= icon('expand')
|
2015-04-26 12:48:37 +05:30
|
|
|
Edit in fullscreen
|
2016-01-14 18:37:52 +05:30
|
|
|
%a.js-zen-leave(tabindex="-1" href="#")
|
2015-11-26 14:37:03 +05:30
|
|
|
= icon('compress')
|