Sha256: c84aad4ca13202cfa460823af0641d0d3d7ec8c19d43da9dbd7247972079536c

Contents?: true

Size: 600 Bytes

Versions: 79

Compression:

Stored size: 600 Bytes

Contents

= render "sidebar_index"

%header
  %h1 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 "Load More Contacts", '#', :class => 'btn btn-comp infinite-loader', 'data-record-list' => '#contacts'

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
tenon-1.0.60 app/views/tenon/contacts/index.html.haml
tenon-1.0.59 app/views/tenon/contacts/index.html.haml
tenon-1.0.57 app/views/tenon/contacts/index.html.haml
tenon-1.0.56 app/views/tenon/contacts/index.html.haml
tenon-1.0.55 app/views/tenon/contacts/index.html.haml
tenon-1.0.54 app/views/tenon/contacts/index.html.haml
tenon-1.0.53 app/views/tenon/contacts/index.html.haml
tenon-1.0.52 app/views/tenon/contacts/index.html.haml
tenon-1.0.51 app/views/tenon/contacts/index.html.haml
tenon-1.0.50 app/views/tenon/contacts/index.html.haml
tenon-1.0.49 app/views/tenon/contacts/index.html.haml
tenon-1.0.48 app/views/tenon/contacts/index.html.haml
tenon-1.0.47 app/views/tenon/contacts/index.html.haml
tenon-1.0.46 app/views/tenon/contacts/index.html.haml
tenon-1.0.45 app/views/tenon/contacts/index.html.haml
tenon-1.0.44 app/views/tenon/contacts/index.html.haml
tenon-1.0.43 app/views/tenon/contacts/index.html.haml
tenon-1.0.42 app/views/tenon/contacts/index.html.haml
tenon-1.0.41 app/views/tenon/contacts/index.html.haml
tenon-1.0.40 app/views/tenon/contacts/index.html.haml