no enfocar en el cuerpo
This commit is contained in:
parent
922f671114
commit
8ac8af0c5c
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
= render 'layouts/help', help: [ t('help.markdown.intro'),
|
= render 'layouts/help', help: [ t('help.markdown.intro'),
|
||||||
t('help.distraction_free_html'),
|
t('help.distraction_free_html'),
|
||||||
t('help.preview_html') ]
|
t('help.preview_html') ]
|
||||||
= text_area_tag 'post[content]', @post.content, autofocus: true,
|
= text_area_tag 'post[content]', @post.content,
|
||||||
class: 'post-content'
|
class: 'post-content'
|
||||||
- if @post.has_field? :date
|
- if @post.has_field? :date
|
||||||
.form-group
|
.form-group
|
||||||
|
|
Loading…
Reference in a new issue