Sha256: 8873b3f7906a88adcdf9e038d8b984eca82a3af24c4b761cb3c6dbe90930afd8

Contents?: true

Size: 373 Bytes

Versions: 3

Compression:

Stored size: 373 Bytes

Contents

.application--sidebar
  %ul.tags-list
    - @tags.each do |tag|
      %li
        = link_to tag.slug, email_conversations_in_path( tag.slug )
        -# (#{tag.conversations.unread.length}, #{tag.conversations.length})
        (#{tag.conversations.unread.length})
        (#{tag.conversations.length})
        = link_to "not", email_conversations_not_in_path( tag.slug )

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wco_email-0.1.1.35 app/views/wco_email/_sidebar.haml
wco_email-0.1.1.34 app/views/wco_email/_sidebar.haml
wco_email-0.1.1.33 app/views/wco_email/_sidebar.haml