Sha256: 3f9c4938c4db412abeb62efc5b6c3133bd5c52f1fef948eafb926fcf0864dd18

Contents?: true

Size: 295 Bytes

Versions: 3

Compression:

Stored size: 295 Bytes

Contents

.application--sidebar
  %ul.tags-list
    - @tags.each do |tag|
      %li
        = link_to tag.slug, conversations_in_path( tag.slug )
        -# <b>#{tag.conversations.unread.length}</b>
        -# (#{tag.conversations.length})
        = link_to "not", conversations_not_in_path( tag.slug )

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wco_email-0.1.1.62 app/views/wco_email/_sidebar.haml
wco_email-0.1.1.61 app/views/wco_email/_sidebar.haml
wco_email-0.1.1.60 app/views/wco_email/_sidebar.haml