This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
|
.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
|