Sha256: 4365e812309436944105d49e3aaeb61d0e9c18c6dbeef93b36a611a2fbfe8dc7
Contents?: true
Size: 609 Bytes
Versions: 8
Compression:
Stored size: 609 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.colorbox{href: ROOT_PATH + @image.medium.url} %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
8 entries across 8 versions & 2 rubygems