Sha256: 545c9d223d5613433dcd9f6d52b3da36ac1d311219acf022c091080a3eff8071

Contents?: true

Size: 440 Bytes

Versions: 8

Compression:

Stored size: 440 Bytes

Contents

- add_title @conversation.subject
- add_subtitle :started_at_time.l(time: @conversation.created_at)

#box
  #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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
message_train-0.1.7 app/views/message_train/conversations/show.html.haml
message_train-0.1.6 app/views/message_train/conversations/show.html.haml
message_train-0.1.5 app/views/message_train/conversations/show.html.haml
message_train-0.1.4 app/views/message_train/conversations/show.html.haml
message_train-0.1.3 app/views/message_train/conversations/show.html.haml
message_train-0.1.2 app/views/message_train/conversations/show.html.haml
message_train-0.1.1 app/views/message_train/conversations/show.html.haml
message_train-0.1.0 app/views/message_train/conversations/show.html.haml