5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 06:14:16 +00:00

aunque el archivo sea obligatorio la descripcion no lo es

This commit is contained in:
f 2021-02-11 12:13:53 -03:00
parent 419749b912
commit 69159e6749

View file

@ -34,6 +34,6 @@
= text_field(*field_name_for(base, attribute, :description),
value: metadata.value['description'],
dir: dir, lang: locale,
**field_options(attribute, metadata))
**field_options(attribute, metadata, required: false))
= render 'posts/attribute_feedback',
post: post, attribute: [attribute, :description], metadata: metadata