Sha256: 1d03b04a1f52325818eb99cb80410741e03c88276b7bd4ce424935257199560f

Contents?: true

Size: 375 Bytes

Versions: 89

Compression:

Stored size: 375 Bytes

Contents

.tags-show.maxwidth

  %h5 Tag `#{@tag.slug}`

  %ul
    %li.d-flex
      <b>Headlines (#{@tag.headlines.length}):</b>
      = render '/wco/headlines/index', headlines: @tag.headlines
    %li
      <b>N reports:</b> #{@tag.reports.length}
    %li
      <b>N stubs:</b> #{@tag.message_stubs.length}
      = render '/wco_email/message_stubs/index', stubs: @tag.message_stubs

Version data entries

89 entries across 89 versions & 1 rubygems

Version Path
wco_models-3.1.0.46 app/views/wco/tags/show.haml
wco_models-3.1.0.45 app/views/wco/tags/show.haml
wco_models-3.1.0.44 app/views/wco/tags/show.haml
wco_models-3.1.0.43 app/views/wco/tags/show.haml
wco_models-3.1.0.42 app/views/wco/tags/show.haml
wco_models-3.1.0.41 app/views/wco/tags/show.haml
wco_models-3.1.0.40 app/views/wco/tags/show.haml
wco_models-3.1.0.39 app/views/wco/tags/show.haml
wco_models-3.1.0.38 app/views/wco/tags/show.haml