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}): </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}): </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}): </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}): </b> = render '/wco/headlines/index', headlines: @tag.headlines.page( params[::Wco::Headline::PAGE_PARAM_NAME] ) %li.d-flex <b>Leadsets (#{@tag.leadsets.length}): </b> = render '/wco/leadsets/index_list', leadsets: @tag.leadsets.page( params[::Wco::Leadset::PAGE_PARAM_NAME] ) %li.d-flex <b>Leads (#{@tag.leads.length}): </b> = render '/wco/leads/index', leads: @tag.leads.page( params[::Wco::Lead::PAGE_PARAM_NAME] ) %li.d-flex <b>Reports (#{@reports.length}): </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