Sha256: a961cf2b82f074c666cf94cea9e6f77e0045034b0dd3951e3a1a029f36e3f6a9

Contents?: true

Size: 629 Bytes

Versions: 3

Compression:

Stored size: 629 Bytes

Contents

.thumbnail.file-item
  .file-title
    = @title
  %a.link-popover{"data-content" => "<i class=icon-edit></i> Edit"}
    .loading-file
      - if @image.url
        %a.fancybox{href: ROOT_PATH + @image.medium.url, rel: 'photo-album'}
          %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.delete{href: "#"} 
      <%= image_tag "albums/delete.png" %>

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
mix-rails-0.12.1 mix-rails-albums/app/assets/javascripts/templates/photo_view.hamlc.erb
mix-rails-albums-0.12.1 app/assets/javascripts/templates/photo_view.hamlc.erb
mix-rails-albums-0.11.0 app/assets/javascripts/templates/photo_view.hamlc.erb