Sha256: 1c1e6a2ae971984666758c1c7e441a8e1ac9d72780c19858f2b6ad1a00ef4d96

Contents?: true

Size: 336 Bytes

Versions: 1

Compression:

Stored size: 336 Bytes

Contents

= link_to wiki_page_path(result.attachable) do
  = icon_for ancestor
  = result.filename
= render 'search_trail', node: result.attachable, with_node: true

.search-trail
  - if !result.attachable.is_a?(Space)
    ||  
    %i.fa.fa-file
    = result.attachable.title
  ||  
  %i.fa.fa-bullseye
  = result.attachable.root.title

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tawork-0.0.33 app/views/search/_attachment.html.haml