Sha256: a6aa515c9c6001baf83243e9922e7ef38c969141347a532d7f2831ad70fa251e

Contents?: true

Size: 913 Bytes

Versions: 14

Compression:

Stored size: 913 Bytes

Contents

.tags-show.padded

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

  %ul
    - if defined? wco_email
      %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>Message Stubs (#{@tag.message_stubs.length}):&nbsp;</b>
        = render '/wco_email/message_stubs/index', stubs: @tag.message_stubs

    %li.d-flex
      <b>Headlines (#{@tag.headlines.length}):&nbsp;</b>
      = render '/wco/headlines/index', headlines: @tag.headlines
    %li.d-flex
      <b>Galleries (#{@galleries.length}):&nbsp;</b>
      = render 'wco/galleries/index', galleries: @galleries, config: { skip_tags: true }
    %li.d-flex
      <b>Reports (#{@reports.length}):&nbsp;</b>
      = render 'wco/reports/list', reports: @reports, config: { skip_tags: true }

Version data entries

14 entries across 14 versions & 1 rubygems

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