Sha256: 2ca3472c3d8fb73afe833677e76fd2562d01bd3f45a9fd8b1e00947c45e23e56

Contents?: true

Size: 714 Bytes

Versions: 8

Compression:

Stored size: 714 Bytes

Contents

.tags-show.maxwidth

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

  %ul
    %li.d-flex
      <b>Conversations (#{@tag.conversations.length}):&nbsp;</b>
      - if @tag.conversations.present?
        .Conversations
          = render '/wco_email/conversations/table', convs: @tag.conversations
    %li.d-flex
      <b>Headlines (#{@tag.headlines.length}):&nbsp;</b>
      = render '/wco/headlines/index', headlines: @tag.headlines
    %li.d-flex
      <b>Reports (#{@reports.length}):&nbsp;</b>
      = render 'wco/reports/list', reports: @reports, config: { skip_tags: true }
    %li.d-flex
      <b>Message Stubs (#{@tag.message_stubs.length}):&nbsp;</b>
      = render '/wco_email/message_stubs/index', stubs: @tag.message_stubs

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
wco_models-3.1.0.136 app/views/wco/tags/show.haml
wco_models-3.1.0.135 app/views/wco/tags/show.haml
wco_models-3.1.0.134 app/views/wco/tags/show.haml
wco_models-3.1.0.133 app/views/wco/tags/show.haml
wco_models-3.1.0.132 app/views/wco/tags/show.haml
wco_models-3.1.0.131 app/views/wco/tags/show.haml
wco_models-3.1.0.130 app/views/wco/tags/show.haml
wco_models-3.1.0.129 app/views/wco/tags/show.haml