Sha256: cad13c73a3721c4937f599f64e531d567f0d7b3875e6f6ac5921baf1d44691d3

Contents?: true

Size: 615 Bytes

Versions: 79

Compression:

Stored size: 615 Bytes

Contents

= render "sidebar_index"

%header
  %h1 Comments

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

.main-content
  %ul#comments.record-list.with-thumbnail{data: {records: {url: comments_path(format: 'json'), template: 'tenon/templates/comments/comment_row', name: 'comment'}}}

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

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
tenon-1.1.4 app/views/tenon/comments/index.html.haml
tenon-1.1.3 app/views/tenon/comments/index.html.haml
tenon-1.1.2 app/views/tenon/comments/index.html.haml
tenon-1.1.1 app/views/tenon/comments/index.html.haml
tenon-1.0.76 app/views/tenon/comments/index.html.haml
tenon-1.0.75 app/views/tenon/comments/index.html.haml
tenon-1.0.74 app/views/tenon/comments/index.html.haml
tenon-1.0.73 app/views/tenon/comments/index.html.haml
tenon-1.0.72 app/views/tenon/comments/index.html.haml
tenon-1.0.71 app/views/tenon/comments/index.html.haml
tenon-1.0.70 app/views/tenon/comments/index.html.haml
tenon-1.0.69 app/views/tenon/comments/index.html.haml
tenon-1.0.68 app/views/tenon/comments/index.html.haml
tenon-1.0.67 app/views/tenon/comments/index.html.haml
tenon-1.0.66 app/views/tenon/comments/index.html.haml
tenon-1.0.65 app/views/tenon/comments/index.html.haml
tenon-1.0.64 app/views/tenon/comments/index.html.haml
tenon-1.0.63 app/views/tenon/comments/index.html.haml
tenon-1.0.62 app/views/tenon/comments/index.html.haml
tenon-1.0.61 app/views/tenon/comments/index.html.haml