showNotice("<%= render_flash %>"); $('#contact-<%= @contact.id %>').html('<%= j render("fields", {contact: @contact}) %>'); $(".modal#edit-contact-modal").modal("hide"); <% if @contact.primary? %> $('#<%= @polymorphic_resource_name.pluralize %>-index tbody tr').each(function(){ $(this).children('td.primary-contact').find('a').removeClass('btn-primary') }); $("#contact-<%= @contact.id %>").children('td.primary-contact') .find('a') .addClass('btn-primary') <% end %>