From 84fb6d0b674b154549a322398357b5f25dcf5e9e Mon Sep 17 00:00:00 2001 From: f Date: Tue, 27 Feb 2018 19:52:21 -0300 Subject: [PATCH] y las recomendaciones --- app/views/posts/_form.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/_form.haml b/app/views/posts/_form.haml index e7bd0a4a..734f3bfb 100644 --- a/app/views/posts/_form.haml +++ b/app/views/posts/_form.haml @@ -78,7 +78,7 @@ .form-group = label_tag 'post_recomendaciones', t('posts.recomendaciones') = text_area 'post', 'recomendaciones', value: @post.get_front_matter(:recomendaciones), - class: 'form-control' + class: field_class %small.text-muted.form-text= t('posts.recomendaciones_help') .form-group = label_tag 'post_duracion', t('posts.duracion')