Sha256: b1410f65656eb595b252e3d0e6c74051831bc0467ca4cf92858427bd8e84c229
Contents?: true
Size: 832 Bytes
Versions: 24
Compression:
Stored size: 832 Bytes
Contents
%h1 = @heading - if @recipient == @through %p = :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)) %p{ style: 'font-size: .8rem; color: #666' } = :unsubscribe_from_option.l(from: :your_inbox.l) = link_to :manage_your_email_notifications.l, message_train.unsubscribes_url - else %p= :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)) %p{ style: 'font-size: .8rem; color: #666' } = :unsubscribe_from_option.l(from: @through_name) = link_to :manage_your_email_notifications.l, message_train.unsubscribes_url
Version data entries
24 entries across 24 versions & 1 rubygems