Sha256: 9b02c30c983a1463c0f90bc4d9bb949d43cddd79143ffcb982dbfacb98038b69

Contents?: true

Size: 692 Bytes

Versions: 79

Compression:

Stored size: 692 Bytes

Contents

- content_for :sidebar do
  .sidebar
    .content
      %h2 Users
      = link_to "New User", new_user_path, class: 'btn btn-block btn-primary'

%header
  %h1 Users

  .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: '#users'

.main-content
  %ul#users.record-list{data: {records: {url: users_path(format: 'json'), template: 'tenon/templates/users/user_row', name: 'user'}}}

  = link_to "Load More Users", '#', :class => 'btn btn-comp infinite-loader', 'data-record-list' => '#users'

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
tenon-1.0.39 app/views/tenon/users/index.html.haml
tenon-1.0.38 app/views/tenon/users/index.html.haml
tenon-1.0.37 app/views/tenon/users/index.html.haml
tenon-1.0.36 app/views/tenon/users/index.html.haml
tenon-1.0.35 app/views/tenon/users/index.html.haml
tenon-1.0.33 app/views/tenon/users/index.html.haml
tenon-1.0.32 app/views/tenon/users/index.html.haml
tenon-1.0.31 app/views/tenon/users/index.html.haml
tenon-1.0.30 app/views/tenon/users/index.html.haml
tenon-1.0.29 app/views/tenon/users/index.html.haml
tenon-1.0.28 app/views/tenon/users/index.html.haml
tenon-1.0.27 app/views/tenon/users/index.html.haml
tenon-1.0.26 app/views/tenon/users/index.html.haml
tenon-1.0.25 app/views/tenon/users/index.html.haml
tenon-1.0.24 app/views/tenon/users/index.html.haml
tenon-1.0.23 app/views/tenon/users/index.html.haml
tenon-1.0.22 app/views/tenon/users/index.html.haml
tenon-1.0.21 app/views/tenon/users/index.html.haml
tenon-1.0.20 app/views/tenon/users/index.html.haml
tenon-1.0.19 app/views/tenon/users/index.html.haml