You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.attachment-list |
|
.attachment-list__icon |
|
= fa_icon 'link' |
|
%ul.attachment-list__list |
|
- attachments.each do |media| |
|
%li |
|
- url = media.remote_url.presence || media.file.url |
|
= link_to File.basename(url), url, title: media.description
|
|
|