Sha256: fbccb48e9c4d758a638badd28c872cfb5df897155a3620c3e8b1e01bf69ba53e

Contents?: true

Size: 540 Bytes

Versions: 14

Compression:

Stored size: 540 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

14 entries across 14 versions & 1 rubygems

Version Path
wco_email-0.1.1.72 app/views/wco_email/conversations/index.haml
wco_email-0.1.1.71 app/views/wco_email/conversations/index.haml
wco_email-0.1.1.70 app/views/wco_email/conversations/index.haml
wco_email-0.1.1.69 app/views/wco_email/conversations/index.haml
wco_email-0.1.1.68 app/views/wco_email/conversations/index.haml
wco_email-0.1.1.67 app/views/wco_email/conversations/index.haml
wco_email-0.1.1.66 app/views/wco_email/conversations/index.haml
wco_email-0.1.1.65 app/views/wco_email/conversations/index.haml
wco_email-0.1.1.64 app/views/wco_email/conversations/index.haml
wco_email-0.1.1.63 app/views/wco_email/conversations/index.haml
wco_email-0.1.1.62 app/views/wco_email/conversations/index.haml
wco_email-0.1.1.61 app/views/wco_email/conversations/index.haml
wco_email-0.1.1.60 app/views/wco_email/conversations/index.haml
wco_email-0.1.1.59 app/views/wco_email/conversations/index.haml