5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-26 09:26:22 +00:00

feat: poder ver los cambios hechos

This commit is contained in:
f 2024-05-17 15:35:17 -03:00
parent b3a1673795
commit 87f95cf7e5
No known key found for this signature in database

View file

@ -0,0 +1,8 @@
%tr{ id: attribute }
%th= post_label_t(attribute, post: post)
%td
- if metadata.value.respond_to? :each
- metadata.value.each do |v|
%span.badge.badge-primary= v
- else
%span.badge.badge-primary{ lang: locale, dir: dir }= metadata.value