app/views/admin/base/destroy.js.coffee in fullstack-admin-0.1.11 vs app/views/admin/base/destroy.js.coffee in fullstack-admin-0.1.12

- old
+ new

@@ -1,7 +1,7 @@ <% 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("flash.success.delete") %>') +notify_notice('<%=j t("fullstack.admin.flash.success.delete") %>') <% else %> -notify_error('<%=j t("flash.error.delete") %>') +notify_error('<%=j t("fullstack.admin.flash.error.delete") %>') <% end %>