Sha256: f0bcda886a3ee0972cd9f08951add2ca30472e30875944c6004459fee4767714
Contents?: true
Size: 571 Bytes
Versions: 6
Compression:
Stored size: 571 Bytes
Contents
= content_for :index_header do .pull-left = count_div 'admin-contact-types-count' do = print_count @count, t_contact_type_list .pull-right = ajax_link_to_new t(:'contact_type.add'), [:new, :admin, :contact_type], id: 'new-admin-contact-type-link' = content_for :new_form do #new-admin-contact-type.hide #admin-contact-types = table_for 'admin-contact-types-index' do thead tr = th t(:'contact_type.singular') = th_actions 2 tbody = render partial: 'contact_type', collection: @contact_types, as: 'contact_type'
Version data entries
6 entries across 6 versions & 2 rubygems