Sha256: c04586ea8fe9528a42eddfa2006f2b9b197f921c7ebc79941424794cd28caaa6
Contents?: true
Size: 617 Bytes
Versions: 6
Compression:
Stored size: 617 Bytes
Contents
showNotice("<%= render_flash %>"); $('#<%= @polymorphic_resource_name.pluralize %>-index tbody').append('<%= j render("address", {address: @address, nested_resources: [ @nested_resources, @polymorphic_resource] }) %>'); $('#new-<%= @polymorphic_resource_name %>').slide(); $('#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) %>");
Version data entries
6 entries across 6 versions & 2 rubygems