Sha256: 1280da603a3d1224e080d0eb74e138dfb8b73d5097d5ae93bd293002b47ced46

Contents?: true

Size: 630 Bytes

Versions: 4

Compression:

Stored size: 630 Bytes

Contents

= render "sidebar_index"

%header
  %h1= t('tenon.contacts.contacts')

  .tools
    = render "tenon/shared/section_header/sidebar_toggle"

    .header-button
      = link_to '#', id: 'quick-search-toggle' do
        .header-icon= fa_icon('fw search')

.toolbox
  = render "tenon/shared/section_header/quick_search", record_list: '#contacts'

.main-content
  %ul#contacts.record-list{data: {records: {url: contacts_path(format: 'json'), template: 'tenon/templates/contacts/contact_row', name: 'contact'}}}

  = link_to t('tenon.contacts.load_more'), '#', :class => 'btn btn-comp infinite-loader', 'data-record-list' => '#contacts'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tenon-1.1.8 app/views/tenon/contacts/index.html.haml
tenon-1.1.7 app/views/tenon/contacts/index.html.haml
tenon-1.1.6 app/views/tenon/contacts/index.html.haml
tenon-1.1.5 app/views/tenon/contacts/index.html.haml