Sha256: 4184ccddb4c6aa4ff8296cb50f4c6735b89d1669477678ca3e6f966323d7adc4

Contents?: true

Size: 576 Bytes

Versions: 2

Compression:

Stored size: 576 Bytes

Contents

.thumbnail
  .file-title
    = @title
  %a.link-popover{"data-content" => "<i class=icon-edit></i> Edit"}
    .loading-file
      - if @image.url
        %a.photo-link{href: "#"}
          %img{src: ROOT_PATH + @image.thumb.url}
      - else
        %img{src: "http://placehold.it/130x90&text=Carregando"}
    -if (@progress != null && @progress < 100)
      %div{class: (@progress < 100) ? 'progress progress-striped active' : 'progress'}
        .bar{style: "width:#{@progress}%;"}
  .caption
    %a.file-action.destroy{href: "#"} 
      <%= image_tag "albums/delete.png" %>

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
mix-rails-0.15.0 mix-rails-albums/app/assets/javascripts/backbone/templates/photos/thumbnail.hamlc.erb
mix-rails-albums-0.15.0 app/assets/javascripts/backbone/templates/photos/thumbnail.hamlc.erb