y las recomendaciones
This commit is contained in:
parent
f106a0530c
commit
84fb6d0b67
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
||||||
.form-group
|
.form-group
|
||||||
= label_tag 'post_recomendaciones', t('posts.recomendaciones')
|
= label_tag 'post_recomendaciones', t('posts.recomendaciones')
|
||||||
= text_area 'post', 'recomendaciones', value: @post.get_front_matter(: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')
|
%small.text-muted.form-text= t('posts.recomendaciones_help')
|
||||||
.form-group
|
.form-group
|
||||||
= label_tag 'post_duracion', t('posts.duracion')
|
= label_tag 'post_duracion', t('posts.duracion')
|
||||||
|
|
Loading…
Reference in a new issue