Sha256: ab104110fe0a2b64c422d405f7aa5a5a31e788bd5c7565c2c1c8cbafe428002b

Contents?: true

Size: 1.01 KB

Versions: 31

Compression:

Stored size: 1.01 KB

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

    %li.d-flex
      <b>Leads (#{@tag.leads.length}):&nbsp;</b>
      = render '/wco/leads/index', leads: @tag.leads

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

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
wco_models-3.1.0.194 app/views/wco/tags/show.haml
wco_models-3.1.0.193 app/views/wco/tags/show.haml
wco_models-3.1.0.192 app/views/wco/tags/show.haml
wco_models-3.1.0.191 app/views/wco/tags/show.haml
wco_models-3.1.0.190 app/views/wco/tags/show.haml
wco_models-3.1.0.189 app/views/wco/tags/show.haml
wco_models-3.1.0.188 app/views/wco/tags/show.haml
wco_models-3.1.0.187 app/views/wco/tags/show.haml
wco_models-3.1.0.184 app/views/wco/tags/show.haml
wco_models-3.1.0.183 app/views/wco/tags/show.haml
wco_models-3.1.0.182 app/views/wco/tags/show.haml
wco_models-3.1.0.181 app/views/wco/tags/show.haml
wco_models-3.1.0.180 app/views/wco/tags/show.haml
wco_models-3.1.0.178 app/views/wco/tags/show.haml
wco_models-3.1.0.177 app/views/wco/tags/show.haml
wco_models-3.1.0.176 app/views/wco/tags/show.haml
wco_models-3.1.0.175 app/views/wco/tags/show.haml
wco_models-3.1.0.174 app/views/wco/tags/show.haml
wco_models-3.1.0.173 app/views/wco/tags/show.haml
wco_models-3.1.0.172 app/views/wco/tags/show.haml