Sha256: f87ca4dd8c82fa6fb680fd9dfbb93dc10caf4094bcffac001ed34fc21e96c7db

Contents?: true

Size: 623 Bytes

Versions: 3

Compression:

Stored size: 623 Bytes

Contents

%script{:id => 'photo-template', :type => "text/template"}
  .photo-actions
    .photo-handle
      %img{:src => "{{filename.url}}"}
    .clearfix{:style => "float:right"}
      = link_to "", "/dust/gallery/photos/{{id}}", :confirm => 'Are you sure?', :method => :delete, :class => 'ui-icon ui-icon-close destroy tip', :title => "Destroy This Item"
    \{{#if title}}
    = link_to "{{title}}", "/dust/gallery/photos/{{id}}/edit", :class => ' edit tip', :title => "Edit This Item"
    \{{else}}
    = link_to "edit photo", "/dust/gallery/photos/{{id}}/edit", :class => ' edit tip', :title => "Edit This Item"
    \{{/if}}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dust-cms-0.0.07 app/views/dust/gallery/albums/_photo.html.haml
dust-cms-0.0.06 app/views/dust/gallery/albums/_photo.html.haml
dust-cms-0.0.05 app/views/dust/gallery/albums/_photo.html.haml