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.0.39 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.38 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.37 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.36 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.35 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.33 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.32 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.31 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.30 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.29 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.28 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.27 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.26 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.25 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.24 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.23 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.22 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.21 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.20 app/views/tenon/comments/_sidebar_index.html.haml
tenon-1.0.19 app/views/tenon/comments/_sidebar_index.html.haml