mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 08:51:41 +00:00
oops
This commit is contained in:
parent
cb465c1995
commit
89c6339d1e
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
|||
.form-group
|
||||
= label_tag 'post_dir', t('posts.dir')
|
||||
= select_tag 'post[dir]',
|
||||
options_for_select([[t('posts.ltr'), 'ltr'], [t('posts.rtl'), 'rtl']],
|
||||
direction, { class: 'form-control' }
|
||||
options_for_select([[t('posts.ltr'), 'ltr'], [t('posts.rtl'), 'rtl']], direction),
|
||||
{ class: 'form-control' }
|
||||
.form-group
|
||||
= text_field 'post', 'title', value: @post.title, class: field_class,
|
||||
placeholder: t('posts.title')
|
||||
|
|
Loading…
Reference in a new issue