Sha256: ee8ed1920e25d5cdea9668ede7ba89dceb4286cbf1db7ae197f7ae474819ec3d

Contents?: true

Size: 634 Bytes

Versions: 10

Compression:

Stored size: 634 Bytes

Contents

- add_title @conversation.subject
- add_subtitle :updated_at_time.l(time: @conversation.updated_at)
- cache ['conversations-show', @box_user, @conversation], 'message-train' do
  #box
    #conversation-actions.conversation-actions.pull-right
      .btn.btn-default.btn-lg= conversation_ignored_toggle(@conversation)
    #message_train_conversation.clear-both
      - unless @messages.empty?
        #message_train_messages.messages.panel-group{aria: { multiselectable: 'true' }, role: 'tablist'}
          = render @messages
        = paginate @messages
  = modal 'attachment_preview', :attachment_preview.l do
    #image_placeholder

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
message_train-0.6.9 app/views/message_train/conversations/show.html.haml
message_train-0.6.8 app/views/message_train/conversations/show.html.haml
message_train-0.6.7 app/views/message_train/conversations/show.html.haml
message_train-0.6.6 app/views/message_train/conversations/show.html.haml
message_train-0.6.5 app/views/message_train/conversations/show.html.haml
message_train-0.6.4 app/views/message_train/conversations/show.html.haml
message_train-0.6.3 app/views/message_train/conversations/show.html.haml
message_train-0.6.2 app/views/message_train/conversations/show.html.haml
message_train-0.6.1 app/views/message_train/conversations/show.html.haml
message_train-0.6.0 app/views/message_train/conversations/show.html.haml