4fb94c758e
* Add attachment list fallback to public pages Fixes #6714 * Refactor attachments lists
8 lines
263 B
Text
8 lines
263 B
Text
.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
|