Sha256: bcbb8144d710a859f34231b452fc56dedb55f6bed323d57bb5c9968e9d1756c6

Contents?: true

Size: 383 Bytes

Versions: 3

Compression:

Stored size: 383 Bytes

Contents

#asset_preview
  =render content_partial(@content, :preview)

=content_for :h1 do
  #type
    =@content.media_type.capitalize
  #name
    =@content.asset.name
    -if user_signed_in?
      %span.action
        =link_to image_tag("fassets_core/edit.png"), edit_asset_content_path(@content)
        =render :partial => "assets/put_on_tray", :locals => {:current_user => current_user}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fassets_core-0.3.1 app/views/assets/show.html.haml
fassets_core-0.3.0 app/views/assets/show.html.haml
fassets_core-0.2.0 app/views/assets/show.html.haml