Sha256: cc9e50dde78a68b9634c556054effb6be8e1bdd72dc42e1e5806ddd639f87008

Contents?: true

Size: 391 Bytes

Versions: 36

Compression:

Stored size: 391 Bytes

Contents

.asset{:id => "downloadable#{downloadable.id}"}
  = link_to downloadable.name.titleize, downloadable
  %p= downloadable.description
  - if admin_signed_in?
    %p.asset-admin
      = link_to "Remove Downloadable", downloadable, :confirm => 'Are you sure?', :method => :delete
      = link_to "Edit Downloadable", edit_downloadable_path(downloadable), :rel=>"#overlay", :class => "overlayed"

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
sbdevcore-0.3.10 app/views/downloadables/_show.html.haml
sbdevcore-0.3.9 app/views/downloadables/_show.html.haml
sbdevcore-0.3.8 app/views/downloadables/_show.html.haml
sbdevcore-0.3.7 app/views/downloadables/_show.html.haml
sbdevcore-0.3.6 app/views/downloadables/_show.html.haml
sbdevcore-0.3.5 app/views/downloadables/_show.html.haml
sbdevcore-0.3.4 app/views/downloadables/_show.html.haml
sbdevcore-0.3.3 app/views/downloadables/_show.html.haml
sbdevcore-0.3.2 app/views/downloadables/_show.html.haml
sbdevcore-0.3.1 app/views/downloadables/_show.html.haml
sbdevcore-0.3.0 app/views/downloadables/_show.html.haml
sbdevcore-0.2.26 app/views/downloadables/_show.html.haml
sbdevcore-0.2.25 app/views/downloadables/_show.html.haml
sbdevcore-0.2.24 app/views/downloadables/_show.html.haml
sbdevcore-0.2.23 app/views/downloadables/_show.html.haml
sbdevcore-0.2.22 app/views/downloadables/_show.html.haml
sbdevcore-0.2.21 app/views/downloadables/_show.html.haml
sbdevcore-0.2.20 app/views/downloadables/_show.html.haml
sbdevcore-0.2.19 app/views/downloadables/_show.html.haml
sbdevcore-0.2.18 app/views/downloadables/_show.html.haml