Sha256: 963546a4c203a234a7de439f40e3b90515a290f063d47d719926f4d19bade61a
Contents?: true
Size: 831 Bytes
Versions: 25
Compression:
Stored size: 831 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
25 entries across 25 versions & 1 rubygems