mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 07:01:42 +00:00
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'),
|
||||
t('help.distraction_free_html'),
|
||||
t('help.preview_html') ]
|
||||
= text_area_tag 'post[content]', @post.content, autofocus: true,
|
||||
= text_area_tag 'post[content]', @post.content,
|
||||
class: 'post-content'
|
||||
- if @post.has_field? :date
|
||||
.form-group
|
||||
|
|
Loading…
Reference in a new issue