Sha256: d87fe49fc6975f58f86d239ed04e550ac2903a5d09923ffcc32bb0ed077c06d6

Contents?: true

Size: 432 Bytes

Versions: 18

Compression:

Stored size: 432 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 galleries:</b> #{tag.galleries.length}
        <b>N reports:</b> #{tag.reports.length}
        <b>N videos:</b> #{tag.videos.length}
        <b>N stubs:</b> #{tag.message_stubs.length}
        <b>N logs:</b> #{tag.logs.length}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
wco_models-3.1.0.155 app/views/wco/tags/_index.haml
wco_models-3.1.0.154 app/views/wco/tags/_index.haml
wco_models-3.1.0.153 app/views/wco/tags/_index.haml
wco_models-3.1.0.152 app/views/wco/tags/_index.haml
wco_models-3.1.0.151 app/views/wco/tags/_index.haml
wco_models-3.1.0.150 app/views/wco/tags/_index.haml
wco_models-3.1.0.149 app/views/wco/tags/_index.haml
wco_models-3.1.0.148 app/views/wco/tags/_index.haml
wco_models-3.1.0.147 app/views/wco/tags/_index.haml
wco_models-3.1.0.146 app/views/wco/tags/_index.haml
wco_models-3.1.0.145 app/views/wco/tags/_index.haml
wco_models-3.1.0.144 app/views/wco/tags/_index.haml
wco_models-3.1.0.143 app/views/wco/tags/_index.haml
wco_models-3.1.0.142 app/views/wco/tags/_index.haml
wco_models-3.1.0.141 app/views/wco/tags/_index.haml
wco_models-3.1.0.140 app/views/wco/tags/_index.haml
wco_models-3.1.0.139 app/views/wco/tags/_index.haml
wco_models-3.1.0.138 app/views/wco/tags/_index.haml