Sha256: 776a6472e67197c63df5676a39838ee71427995d989a7a7ffe7cca0982fadc76
Contents?: true
Size: 559 Bytes
Versions: 16
Compression:
Stored size: 559 Bytes
Contents
showNotice("<%= render_flash %>"); <%-if @polymorphic_resource.contacts.reload.any? && @contact.primary? %> $('#<%= @polymorphic_resource_name.pluralize %>-index').find('#contact-<%= @polymorphic_resource.contacts.first.id %> #set-primary-link').addClass('btn-primary'); <% end %> $('.<%= @polymorphic_resource_name.pluralize %>-count').html("<%= print_count(@count, t(:'contact.list')) %>"); $('#<%= @polymorphic_resource_name.pluralize %>-tab-link').html("<%= print_count(@count, t(:'contact.plural')) %>"); $('.contacts-count').html("<%= @count %>");
Version data entries
16 entries across 16 versions & 2 rubygems