Sha256: 3f9a8ee55163ce61b127708a1fc2a100816dcbe4e43d831f217e03a0d358431b
Contents?: true
Size: 395 Bytes
Versions: 10
Compression:
Stored size: 395 Bytes
Contents
<% if @photo.new_record? %> alert("<%= I18n.t 'spina.photos.cannot_be_created' %> <%= j @photo.errors.full_messages.join(', ').html_safe %>"); <% else %> $item = $("<%=j render partial: 'spina/admin/photos/photo_uploaded', object: @photo %>"); $(".gallery-prepend-image .infinite-scroll").prepend($item); $(".gallery-prepend-image .infinite-scroll .item:first-child").click(); <% end %>
Version data entries
10 entries across 10 versions & 1 rubygems