Sha256: 0397fbaa91d3da2d5767badf99202fcaa7c83a0e4579560af809f205d73c6194
Contents?: true
Size: 627 Bytes
Versions: 2
Compression:
Stored size: 627 Bytes
Contents
= @heading - if @recipient == @through = :at_time_you_received_a_message.l(time: @receipt.created_at, subject: @receipt.message.subject, path: message_train.box_conversation_path(:in, @receipt.message.conversation)) = :unsubscribe_from_option.l(from: :your_inbox.l) = message_train.unsubscribes_url - else = :at_time_through_received_a_message.l(time: @receipt.created_at, through: @through_name, subject: @receipt.message.subject, path: message_train.collective_box_conversation_path(@through, :in, @receipt.message.conversation)) = :unsubscribe_from_option.l(from: @through_name) = message_train.unsubscribes_url
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
message_train-0.4.2 | app/views/message_train/receipt_mailer/notification_email.text.haml |
message_train-0.4.1 | app/views/message_train/receipt_mailer/notification_email.text.haml |