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.137 app/views/wco/tags/_index.haml
wco_models-3.1.0.136 app/views/wco/tags/_index.haml
wco_models-3.1.0.135 app/views/wco/tags/_index.haml
wco_models-3.1.0.134 app/views/wco/tags/_index.haml
wco_models-3.1.0.133 app/views/wco/tags/_index.haml
wco_models-3.1.0.132 app/views/wco/tags/_index.haml
wco_models-3.1.0.131 app/views/wco/tags/_index.haml
wco_models-3.1.0.130 app/views/wco/tags/_index.haml
wco_models-3.1.0.129 app/views/wco/tags/_index.haml
wco_models-3.1.0.128 app/views/wco/tags/_index.haml
wco_models-3.1.0.127 app/views/wco/tags/_index.haml
wco_models-3.1.0.126 app/views/wco/tags/_index.haml
wco_models-3.1.0.125 app/views/wco/tags/_index.haml
wco_models-3.1.0.124 app/views/wco/tags/_index.haml
wco_models-3.1.0.123 app/views/wco/tags/_index.haml
wco_models-3.1.0.122 app/views/wco/tags/_index.haml
wco_models-3.1.0.121 app/views/wco/tags/_index.haml
wco_models-3.1.0.120 app/views/wco/tags/_index.haml
wco_models-3.1.0.119 app/views/wco/tags/_index.haml
wco_models-3.1.0.118 app/views/wco/tags/_index.haml