Sha256: 3550671ee9bae2571dde362e010ecc92e7885d27c52f60043cbc1f1417554498

Contents?: true

Size: 334 Bytes

Versions: 54

Compression:

Stored size: 334 Bytes

Contents

.tags--index
  %ul
    - tags.each do |tag|
      %li
        = link_to '[~]', edit_tag_path(tag)
        = link_to tag.slug, tag_path(tag)
        <b>N headlines:</b> #{tag.headlines.length}
        <b>N reports:</b> #{tag.reports.length}
        <b>N stubs:</b> #{tag.message_stubs.length}
        <b>N logs:</b> #{tag.logs.length}

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
wco_models-3.1.0.97 app/views/wco/tags/_index.haml
wco_models-3.1.0.96 app/views/wco/tags/_index.haml
wco_models-3.1.0.95 app/views/wco/tags/_index.haml
wco_models-3.1.0.94 app/views/wco/tags/_index.haml
wco_models-3.1.0.93 app/views/wco/tags/_index.haml
wco_models-3.1.0.92 app/views/wco/tags/_index.haml
wco_models-3.1.0.91 app/views/wco/tags/_index.haml
wco_models-3.1.0.90 app/views/wco/tags/_index.haml
wco_models-3.1.0.89 app/views/wco/tags/_index.haml
wco_models-3.1.0.88 app/views/wco/tags/_index.haml
wco_models-3.1.0.87 app/views/wco/tags/_index.haml
wco_models-3.1.0.86 app/views/wco/tags/_index.haml
wco_models-3.1.0.85 app/views/wco/tags/_index.haml
wco_models-3.1.0.83 app/views/wco/tags/_index.haml