~cytrogen/masto-fe

ref: 685270f3f7ea6d4a8a48ec641e8fdfd9fc2e2d7f masto-fe/app/views/statuses/_attachment_list.html.haml -rw-r--r-- 263 bytes
685270f3 — Claire [Glitch] Fix clicking “Explore” or “Live feeds” column headers to scroll in advanced mode 2 years ago
                                                                                
1
2
3
4
5
6
7
8
.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