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
|
.form-group
|
||||||
= label_tag 'post_dir', t('posts.dir')
|
= label_tag 'post_dir', t('posts.dir')
|
||||||
= select_tag 'post[dir]',
|
= select_tag 'post[dir]',
|
||||||
options_for_select([[t('posts.ltr'), 'ltr'], [t('posts.rtl'), 'rtl']],
|
options_for_select([[t('posts.ltr'), 'ltr'], [t('posts.rtl'), 'rtl']], direction),
|
||||||
direction, { class: 'form-control' }
|
{ class: 'form-control' }
|
||||||
.form-group
|
.form-group
|
||||||
= text_field 'post', 'title', value: @post.title, class: field_class,
|
= text_field 'post', 'title', value: @post.title, class: field_class,
|
||||||
placeholder: t('posts.title')
|
placeholder: t('posts.title')
|
||||||
|
|
Loading…
Reference in a new issue