mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 00:46:23 +00:00
aunque el archivo sea obligatorio la descripcion no lo es
This commit is contained in:
parent
419749b912
commit
69159e6749
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue