Sha256: f41fc8cdceebc95eefbe9138d59abf7b3090b1644fa02e270e4b9f70586ecf52

Contents?: true

Size: 308 Bytes

Versions: 4

Compression:

Stored size: 308 Bytes

Contents

%li.asset
  .icon
    =render :partial => content_partial(asset.content, :icon), :locals => {:content => asset.content}
  .type
    =asset.content.media_type.upcase
    -if user_signed_in?
      =link_to "edit", edit_asset_content_path(asset.content)
  =link_to asset.name, asset_content_path(asset.content)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fassets_core-0.4.0 app/views/shared/_tray_position.html.haml
fassets_core-0.3.1 app/views/shared/_tray_position.html.haml
fassets_core-0.3.0 app/views/shared/_tray_position.html.haml
fassets_core-0.2.0 app/views/shared/_tray_position.html.haml