mirror of https://github.com/mastodon/mastodon
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			99 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			99 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			Plaintext
		
	
%table.email-table{ cellspacing: 0, cellpadding: 0 }
 | 
						|
  %tbody
 | 
						|
    %tr
 | 
						|
      %td.email-body
 | 
						|
        .email-container
 | 
						|
          %table.content-section{ cellspacing: 0, cellpadding: 0 }
 | 
						|
            %tbody
 | 
						|
              %tr
 | 
						|
                %td.content-cell.hero
 | 
						|
                  .email-row
 | 
						|
                    .col-6
 | 
						|
                      %table.column{ cellspacing: 0, cellpadding: 0 }
 | 
						|
                        %tbody
 | 
						|
                          %tr
 | 
						|
                            %td.column-cell.text-center.padded
 | 
						|
                              %table.hero-icon.alert-icon{ align: 'center', cellspacing: 0, cellpadding: 0 }
 | 
						|
                                %tbody
 | 
						|
                                  %tr
 | 
						|
                                    %td
 | 
						|
                                      = image_tag full_pack_url('media/images/mailer/icon_flag.png'), alt: ''
 | 
						|
 | 
						|
                              %h1= t "user_mailer.warning.title.#{@warning.action}"
 | 
						|
 | 
						|
%table.email-table{ cellspacing: 0, cellpadding: 0 }
 | 
						|
  %tbody
 | 
						|
    %tr
 | 
						|
      %td.email-body
 | 
						|
        .email-container
 | 
						|
          %table.content-section{ cellspacing: 0, cellpadding: 0 }
 | 
						|
            %tbody
 | 
						|
              %tr
 | 
						|
                %td.content-cell.content-start
 | 
						|
                  .email-row
 | 
						|
                    .col-6
 | 
						|
                      %table.column{ cellspacing: 0, cellpadding: 0 }
 | 
						|
                        %tbody
 | 
						|
                          %tr
 | 
						|
                            %td.column-cell.text-center
 | 
						|
                              - unless @warning.none_action?
 | 
						|
                                %p= t "user_mailer.warning.explanation.#{@warning.action}", instance: @instance
 | 
						|
 | 
						|
                              - if @warning.text.present?
 | 
						|
                                = linkify(@warning.text)
 | 
						|
 | 
						|
                              - if @warning.report && !@warning.report.other?
 | 
						|
                                %p
 | 
						|
                                  %strong= t('user_mailer.warning.reason')
 | 
						|
                                  = t("user_mailer.warning.categories.#{@warning.report.category}")
 | 
						|
 | 
						|
                                - if @warning.report.violation? && @warning.report.rule_ids.present?
 | 
						|
                                  %ul.rules-list
 | 
						|
                                    - @warning.report.rules.each do |rule|
 | 
						|
                                      %li= rule.text
 | 
						|
 | 
						|
                              - unless @statuses.empty?
 | 
						|
                                %p
 | 
						|
                                  %strong= t('user_mailer.warning.statuses')
 | 
						|
 | 
						|
- unless @statuses.empty?
 | 
						|
  - @statuses.each_with_index do |status, i|
 | 
						|
    = render 'notification_mailer/status', status: status, i: i + 1, highlighted: true, time_zone: @resource.time_zone.presence
 | 
						|
 | 
						|
%table.email-table{ cellspacing: 0, cellpadding: 0 }
 | 
						|
  %tbody
 | 
						|
    %tr
 | 
						|
      %td.email-body
 | 
						|
        .email-container
 | 
						|
          %table.content-section{ cellspacing: 0, cellpadding: 0 }
 | 
						|
            %tbody
 | 
						|
              %tr
 | 
						|
                %td.content-cell{ class: @statuses.blank? ? '' : 'content-start' }
 | 
						|
                  %table.column{ cellspacing: 0, cellpadding: 0 }
 | 
						|
                    %tbody
 | 
						|
                      %tr
 | 
						|
                        %td.column-cell.button-cell
 | 
						|
                          %table.button{ align: 'center', cellspacing: 0, cellpadding: 0 }
 | 
						|
                            %tbody
 | 
						|
                              %tr
 | 
						|
                                %td.button-primary
 | 
						|
                                  = link_to disputes_strike_url(@warning) do
 | 
						|
                                    %span= t 'user_mailer.warning.appeal'
 | 
						|
 | 
						|
%table.email-table{ cellspacing: 0, cellpadding: 0 }
 | 
						|
  %tbody
 | 
						|
    %tr
 | 
						|
      %td.email-body
 | 
						|
        .email-container
 | 
						|
          %table.content-section{ cellspacing: 0, cellpadding: 0 }
 | 
						|
            %tbody
 | 
						|
              %tr
 | 
						|
                %td.content-cell
 | 
						|
                  .email-row
 | 
						|
                    .col-6
 | 
						|
                      %table.column{ cellspacing: 0, cellpadding: 0 }
 | 
						|
                        %tbody
 | 
						|
                          %tr
 | 
						|
                            %td.column-cell.text-center
 | 
						|
                              %p= t 'user_mailer.warning.appeal_description', instance: @instance
 |