Sha256: 31d1ae436346d1a6012fe1b8e473db33ba1e415bd572ac92cf12d40c4650bf33

Contents?: true

Size: 312 Bytes

Versions: 4

Compression:

Stored size: 312 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', object: @photo %>");
  $(".gallery-prepend-image .infinite-scroll").prepend($item);
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spina-0.11.1 app/views/spina/admin/photos/create.js.erb
spina-0.11.0 app/views/spina/admin/photos/create.js.erb
spina-0.10.0 app/views/spina/admin/photos/create.js.erb
spina-0.9.0 app/views/spina/admin/photos/create.js.erb