Sha256: 1a9d53f9b62b1006577f10680caf38f7946ed99768f1491d344a176f4f298fae
Contents?: true
Size: 359 Bytes
Versions: 26
Compression:
Stored size: 359 Bytes
Contents
$('#<%= @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')
Version data entries
26 entries across 26 versions & 3 rubygems