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