Sha256: be0bf2e92ba7a37c67ff1a47bac935a83bf3e3ff364ff6160806f92f21986fc4

Contents?: true

Size: 642 Bytes

Versions: 24

Compression:

Stored size: 642 Bytes

Contents

%table.bordered.tags--index.data-table
  %thead
    %tr
      %td  
      %td N Conv
      %td N Stubs

      %td N Headlines

      %td N Galleries
      %td N Reports
      %td N Videos

      %td N Leads

      %td N Logs
  %tbody
    - tags.each do |tag|
      %tr
        %td
          = link_to '[~]', edit_tag_path(tag)
          = link_to tag.slug, tag_path(tag)
        %td= tag.conversations.length
        %td= tag.message_stubs.length
        %td= tag.headlines.length
        %td= tag.galleries.length
        %td= tag.reports.length
        %td= tag.videos.length
        %td= tag.leads.length
        %td= 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_table.haml
wco_models-3.1.0.184 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.183 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.182 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.181 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.180 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.178 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.177 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.176 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.175 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.174 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.173 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.172 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.171 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.170 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.169 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.168 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.167 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.166 app/views/wco/tags/_index_table.haml
wco_models-3.1.0.165 app/views/wco/tags/_index_table.haml