Sha256: 3e53eb74e19e03e64bc70258ac783280b339160c0af8b8cb190475b2611e0e6f
Contents?: true
Size: 328 Bytes
Versions: 21
Compression:
Stored size: 328 Bytes
Contents
<% if instance_variable_get("@#{controller_name.singularize}").destroyed? %> $("a[data-method='delete']").filter("[href='<%=j request.path %>']").closest("tr, li").remove() notify_notice('<%=j t("fullstack.admin.flash.success.delete") %>') <% else %> notify_error('<%=j t("fullstack.admin.flash.error.delete") %>') <% end %>
Version data entries
21 entries across 21 versions & 1 rubygems