5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-15 07:10:49 +00:00

fix: separar label de preview #16080

This commit is contained in:
maki 2024-04-25 11:15:24 -03:00
parent ca683ee369
commit 92e7ecada0
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,6 @@
.form-group
= label_tag "#{base}_#{attribute}", post_label_t(attribute, post: post)
.label
= label_tag "#{base}_#{attribute}", post_label_t(attribute, post: post)
- if metadata.static_file
- case metadata.static_file.blob.content_type
- when %r{\Avideo/}

View file

@ -1,5 +1,6 @@
.form-group
= label_tag "#{base}_#{attribute}", post_label_t(attribute, post: post)
.label
= label_tag "#{base}_#{attribute}", post_label_t(attribute, post: post)
- if metadata.static_file
= image_tag url_for(metadata.static_file),
alt: metadata.value['description'],