Sha256: 13ca6943fa09759413b6e00887b8983e4761fd779a5d224acce0bbaa5db990ef

Contents?: true

Size: 634 Bytes

Versions: 13

Compression:

Stored size: 634 Bytes

Contents

- add_title @conversation.subject
- add_subtitle :updated_at_time.l(time: @conversation.updated_at)
- cache ['message-train', 'conversations-show', @box_user, @conversation] 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

13 entries across 13 versions & 1 rubygems

Version Path
message_train-0.7.6 app/views/message_train/conversations/show.html.haml
message_train-0.7.5 app/views/message_train/conversations/show.html.haml
message_train-0.7.3 app/views/message_train/conversations/show.html.haml
message_train-0.7.2 app/views/message_train/conversations/show.html.haml
message_train-0.7.1 app/views/message_train/conversations/show.html.haml
message_train-0.6.17 app/views/message_train/conversations/show.html.haml
message_train-0.6.16 app/views/message_train/conversations/show.html.haml
message_train-0.6.15 app/views/message_train/conversations/show.html.haml
message_train-0.6.14 app/views/message_train/conversations/show.html.haml
message_train-0.6.13 app/views/message_train/conversations/show.html.haml
message_train-0.6.12 app/views/message_train/conversations/show.html.haml
message_train-0.6.11 app/views/message_train/conversations/show.html.haml
message_train-0.6.10 app/views/message_train/conversations/show.html.haml