Sha256: efe197e790249139efdac21c85f22256d773e86cba45b6e246b5e427a567cd95
Contents?: true
Size: 585 Bytes
Versions: 30
Compression:
Stored size: 585 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.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.delete{href: "#"} <%= image_tag "albums/delete.png" %>
Version data entries
30 entries across 28 versions & 2 rubygems