5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-02 02:06:57 +00:00
panel/app/views/posts/attribute_ro/_file.haml
2020-02-20 13:02:34 -03:00

6 lines
220 B
Text

%tr{ id: attribute }
%th= post_label_t(attribute, :path, post: post)
%td
- if metadata.value['path'].present?
= link_to t('.download'), url_for(metadata.static_file)
%p= metadata.value['description']