Sha256: 252e75f67ebb00f64cdb1a200c005d69d210910249e5facbbbc1589d263399e1

Contents?: true

Size: 1.44 KB

Versions: 26

Compression:

Stored size: 1.44 KB

Contents

%tr.message_train_conversation{ class: conversation_class(@box, conversation), id: 'message_train_conversation_' + conversation.id.to_s }
  %td.col-xs-1= check_box_tag "objects[conversations][#{conversation.id.to_s}]", conversation.id
  - if @collective.nil?
    %td.col-xs-2= link_to conversation_senders(conversation), message_train.box_conversation_path(@box.division, conversation)
    %td.col-xs-8= link_to conversation.subject, message_train.box_conversation_path(@box.division, conversation)
    %td
      - if conversation.attachments.any?
        = icon 'paperclip'
    %td.col-xs-1.conversation-actions
      = conversation_trashed_toggle conversation
      - if @box.division == :trash
        = conversation_deleted_toggle conversation
    %td.col-xs-1.date-column= fuzzy_date(conversation.updated_at)
  - else
    %td.col-xs-2= link_to conversation_senders(conversation), message_train.collective_box_conversation_path(@collective.path_part, @box.division, conversation)
    %td.col-xs-8= link_to conversation.subject, message_train.collective_box_conversation_path(@collective.path_part, @box.division, conversation)
    %td
      - if conversation.attachments.any?
        = icon 'paperclip'
    %td.col-xs-1.conversation-actions
      = conversation_trashed_toggle conversation, @collective
      - if @box.division == :trash
        = conversation_deleted_toggle conversation, @collective
    %td.col-xs-1.date-column= fuzzy_date(conversation.updated_at)

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
message_train-0.5.3 app/views/message_train/conversations/_conversation.html.haml
message_train-0.5.2 app/views/message_train/conversations/_conversation.html.haml
message_train-0.5.1 app/views/message_train/conversations/_conversation.html.haml
message_train-0.5.0 app/views/message_train/conversations/_conversation.html.haml
message_train-0.4.6 app/views/message_train/conversations/_conversation.html.haml
message_train-0.4.5 app/views/message_train/conversations/_conversation.html.haml
message_train-0.4.4 app/views/message_train/conversations/_conversation.html.haml
message_train-0.4.3 app/views/message_train/conversations/_conversation.html.haml
message_train-0.4.2 app/views/message_train/conversations/_conversation.html.haml
message_train-0.4.1 app/views/message_train/conversations/_conversation.html.haml
message_train-0.4.0 app/views/message_train/conversations/_conversation.html.haml
message_train-0.3.1 app/views/message_train/conversations/_conversation.html.haml
message_train-0.3.0 app/views/message_train/conversations/_conversation.html.haml
message_train-0.2.12 app/views/message_train/conversations/_conversation.html.haml
message_train-0.2.11 app/views/message_train/conversations/_conversation.html.haml
message_train-0.2.10 app/views/message_train/conversations/_conversation.html.haml
message_train-0.2.9 app/views/message_train/conversations/_conversation.html.haml
message_train-0.2.8 app/views/message_train/conversations/_conversation.html.haml
message_train-0.2.7 app/views/message_train/conversations/_conversation.html.haml
message_train-0.2.6 app/views/message_train/conversations/_conversation.html.haml