Sha256: 39173c07ab78aa3f1fd024227d7d1d8b385ef8f0928966250f990000dc88164b

Contents?: true

Size: 541 Bytes

Versions: 4

Compression:

Stored size: 541 Bytes

Contents

- content_for :sidebar do
  = render 'wco_email/sidebar'

.conversations-index
  .header
    %h5.title
      - if @tag
        Tag `#{@tag}`
      - if @tag_not
        Tag-not `#{@tag_not}`
      (#{@conversations.length})
    = render '/wco_email/conversations/search'
  = render '/wco_email/conversations/actions'

  = render '/wco/paginate', resource: @conversations, param_name: :conv_page
  = render '/wco_email/conversations/table', convs: @conversations

  = render '/wco/paginate', resource: @conversations, param_name: :conv_page

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wco_email-0.1.1.58 app/views/wco_email/conversations/index.haml
wco_email-0.1.1.56 app/views/wco_email/conversations/index.haml
wco_email-0.1.1.55 app/views/wco_email/conversations/index.haml
wco_email-0.1.1.54 app/views/wco_email/conversations/index.haml