Sha256: aac25582f156e9441fe07af1c05e8b5e33abbb4e54f270389c1941ff96285997

Contents?: true

Size: 617 Bytes

Versions: 79

Compression:

Stored size: 617 Bytes

Contents

- content_for :sidebar do
  .sidebar
    .content
      %h2 Comments

    %h4 Filter
    %nav.list-toggles
      %ul
        %li
          = link_to(comments_path, :class => 'record-list-updater', 'data-clear-record-list-params' => true) do
            All
            %span.count= @counts[:all]

        %li
          = link_to(url_for(type: 'unapproved'), class: 'record-list-updater') do
            Unapproved
            %span.count= @counts[:unapproved]

        %li
          = link_to(url_for(type: 'approved'), class: 'record-list-updater') do
            Approved
            %span.count= @counts[:approved]

Version data entries

79 entries across 79 versions & 1 rubygems

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