Sha256: 49f390357d801260e8f7513f2ee25f82530678817b0dc5e73ca8d8c5ed0a3e5c
Contents?: true
Size: 265 Bytes
Versions: 90
Compression:
Stored size: 265 Bytes
Contents
<% if @photo.errors.empty? %> new_elem = $('<%=j render(@photo) %>') new_elem.hide() $("#photos .thumbnails").prepend(new_elem) $("#photos .counter").text('<%= @photo.photographable.photos.count %>').effect("highlight", {}, 1000) new_elem.fadeIn('slow') <% end %>
Version data entries
90 entries across 90 versions & 1 rubygems