mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 10:41:42 +00:00
8 lines
231 B
Text
8 lines
231 B
Text
|
%tr{ id: attribute }
|
||
|
%th= post_label_t(attribute, :path, post: post)
|
||
|
%td
|
||
|
- if metadata.value['path'].present?
|
||
|
%figure
|
||
|
= link_to url_for(metadata.static_file)
|
||
|
%figcaption= metadata.value['description']
|