Sha256: 466cf2867da43db28e5eb2ba010db61398bb59365b12ce26f4419f5e7d57fc8c
Contents?: true
Size: 371 Bytes
Versions: 9
Compression:
Stored size: 371 Bytes
Contents
<% if @photo.destroyed? %> $("a[data-method='delete']").filter("[href='<%=j request.path %>']").closest(".thumbnail_span").fadeOut 'slow', -> $(this).remove() console.log("'<%=j request.path %>']") $("#photos .counter").text('<%= @photo.photographable.photos.count %>').effect("highlight", {}, 1000) <% else %> $.notify.error('<%=j t("flash.error.delete") %>') <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems