Sha256: 5c28109b8ef3157dc89300ffb1a945cebf0130d61300a35e9960e9fc6289fdaf

Contents?: true

Size: 1.49 KB

Versions: 5

Compression:

Stored size: 1.49 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.page( params[::WcoEmail::Conversation::PAGE_PARAM_NAME] )
      %li.d-flex
        <b>Message Stubs (#{@tag.message_stubs.length}):&nbsp;</b>
        = render '/wco_email/message_stubs/index', stubs: @tag.message_stubs.page( params[::WcoEmail::MessageStub::PAGE_PARAM_NAME] )

    %li.d-flex
      <b>Galleries (#{@galleries.length}):&nbsp;</b>
      = render '/wco/galleries/index', galleries: @galleries.page( params[::Wco::Gallery::PAGE_PARAM_NAME] ), config: { skip_tags: true }
    %li.d-flex
      <b>Headlines (#{@tag.headlines.length}):&nbsp;</b>
      = render '/wco/headlines/index', headlines: @tag.headlines.page( params[::Wco::Headline::PAGE_PARAM_NAME] )

    %li.d-flex
      <b>Leadsets (#{@tag.leadsets.length}):&nbsp;</b>
      = render '/wco/leadsets/index_list', leadsets: @tag.leadsets.page( params[::Wco::Leadset::PAGE_PARAM_NAME] )
    %li.d-flex
      <b>Leads (#{@tag.leads.length}):&nbsp;</b>
      = render '/wco/leads/index', leads: @tag.leads.page( params[::Wco::Lead::PAGE_PARAM_NAME] )

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wco_models-3.1.0.201 app/views/wco/tags/show.haml
wco_models-3.1.0.199 app/views/wco/tags/show.haml
wco_models-3.1.0.198 app/views/wco/tags/show.haml
wco_models-3.1.0.197 app/views/wco/tags/show.haml
wco_models-3.1.0.196 app/views/wco/tags/show.haml