Sha256: e4ebb9720bb4411edd860aad8ef709f6b9fb482c0be9d593ca325971dffb5323

Contents?: true

Size: 914 Bytes

Versions: 79

Compression:

Stored size: 914 Bytes

Contents

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

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

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

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

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

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

Version data entries

79 entries across 79 versions & 1 rubygems

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