Sha256: 1e8407ec15c526f4dd151de16eff2eb6a97173050748461a123f8b50457245cf

Contents?: true

Size: 476 Bytes

Versions: 24

Compression:

Stored size: 476 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 leads:</b> #{tag.leads.length}
        <b>N logs:</b> #{tag.logs.length}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
wco_models-3.1.0.187 app/views/wco/tags/_index.haml
wco_models-3.1.0.184 app/views/wco/tags/_index.haml
wco_models-3.1.0.183 app/views/wco/tags/_index.haml
wco_models-3.1.0.182 app/views/wco/tags/_index.haml
wco_models-3.1.0.181 app/views/wco/tags/_index.haml
wco_models-3.1.0.180 app/views/wco/tags/_index.haml
wco_models-3.1.0.178 app/views/wco/tags/_index.haml
wco_models-3.1.0.177 app/views/wco/tags/_index.haml
wco_models-3.1.0.176 app/views/wco/tags/_index.haml
wco_models-3.1.0.175 app/views/wco/tags/_index.haml
wco_models-3.1.0.174 app/views/wco/tags/_index.haml
wco_models-3.1.0.173 app/views/wco/tags/_index.haml
wco_models-3.1.0.172 app/views/wco/tags/_index.haml
wco_models-3.1.0.171 app/views/wco/tags/_index.haml
wco_models-3.1.0.170 app/views/wco/tags/_index.haml
wco_models-3.1.0.169 app/views/wco/tags/_index.haml
wco_models-3.1.0.168 app/views/wco/tags/_index.haml
wco_models-3.1.0.167 app/views/wco/tags/_index.haml
wco_models-3.1.0.166 app/views/wco/tags/_index.haml
wco_models-3.1.0.165 app/views/wco/tags/_index.haml