From 89c6339d1e14c4df35cf4415686371e80052088e Mon Sep 17 00:00:00 2001 From: f Date: Sun, 11 Feb 2018 15:23:20 -0300 Subject: [PATCH] oops --- app/views/posts/_form.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/posts/_form.haml b/app/views/posts/_form.haml index db790d75..bf76d6f0 100644 --- a/app/views/posts/_form.haml +++ b/app/views/posts/_form.haml @@ -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')