app/views/gaku/addresses/create.js.erb in gaku_frontend-0.1.1 vs app/views/gaku/addresses/create.js.erb in gaku_frontend-0.2.0
- old
+ new
@@ -7,6 +7,7 @@
$('#new-<%= @polymorphic_resource_name %> form')[0].reset();
$('#new-<%= @polymorphic_resource_name %>-link').show();
$('.<%= @polymorphic_resource_name.pluralize %>-count').html("<%= print_count(@count, t(:'address.list')) %>");
-$("#<%= @polymorphic_resource_name.pluralize %>-tab-link").html("<%= print_count(@count, t(:'address.plural')) %>");
+//$("#<%= @polymorphic_resource_name.pluralize %>-tab-link").html("<%= print_count(@count, t(:'address.plural')) %>");
+$('.addresses-count').html("<%= @count %>");
\ No newline at end of file