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.117 app/views/wco/tags/_index.haml
wco_models-3.1.0.116 app/views/wco/tags/_index.haml
wco_models-3.1.0.115 app/views/wco/tags/_index.haml
wco_models-3.1.0.114 app/views/wco/tags/_index.haml
wco_models-3.1.0.113 app/views/wco/tags/_index.haml
wco_models-3.1.0.112 app/views/wco/tags/_index.haml
wco_models-3.1.0.111 app/views/wco/tags/_index.haml
wco_models-3.1.0.110 app/views/wco/tags/_index.haml
wco_models-3.1.0.109 app/views/wco/tags/_index.haml
wco_models-3.1.0.108 app/views/wco/tags/_index.haml
wco_models-3.1.0.107 app/views/wco/tags/_index.haml
wco_models-3.1.0.106 app/views/wco/tags/_index.haml
wco_models-3.1.0.105 app/views/wco/tags/_index.haml
wco_models-3.1.0.104 app/views/wco/tags/_index.haml
wco_models-3.1.0.103 app/views/wco/tags/_index.haml
wco_models-3.1.0.102 app/views/wco/tags/_index.haml
wco_models-3.1.0.101 app/views/wco/tags/_index.haml
wco_models-3.1.0.100 app/views/wco/tags/_index.haml
wco_models-3.1.0.99 app/views/wco/tags/_index.haml
wco_models-3.1.0.98 app/views/wco/tags/_index.haml