HAML fix
This commit is contained in:
		
							parent
							
								
									cf1f83ca2a
								
							
						
					
					
						commit
						53f829dfa8
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		|  | @ -17,7 +17,8 @@ | |||
|       %p{ style: 'margin-bottom: 0' }< | ||||
|         %span.p-summary> #{Formatter.instance.format_spoiler(status)}  | ||||
|         %a.status__content__spoiler-link{ href: '#' }= t('statuses.show_more') | ||||
|     .e-content{ lang: status.language, style: "display: #{status.spoiler_text? ? 'none' : 'block'}; direction: #{rtl_status?(status) ? 'rtl' : 'ltr'}" }= Formatter.instance.format(status, custom_emojify: true) | ||||
|     .e-content{ lang: status.language, style: "display: #{status.spoiler_text? ? 'none' : 'block'}; direction: #{rtl_status?(status) ? 'rtl' : 'ltr'}" } | ||||
|       = Formatter.instance.format(status, custom_emojify: true) | ||||
| 
 | ||||
|       - if !status.media_attachments.empty? | ||||
|         - if status.media_attachments.first.video? | ||||
|  |  | |||
|  | @ -18,7 +18,8 @@ | |||
|       %p{ style: 'margin-bottom: 0' }< | ||||
|         %span.p-summary> #{Formatter.instance.format_spoiler(status)}  | ||||
|         %a.status__content__spoiler-link{ href: '#' }= t('statuses.show_more') | ||||
|     .e-content{ lang: status.language, style: "display: #{status.spoiler_text? ? 'none' : 'block'}; direction: #{rtl_status?(status) ? 'rtl' : 'ltr'}" }= Formatter.instance.format(status, custom_emojify: true) | ||||
|     .e-content{ lang: status.language, style: "display: #{status.spoiler_text? ? 'none' : 'block'}; direction: #{rtl_status?(status) ? 'rtl' : 'ltr'}" } | ||||
|       = Formatter.instance.format(status, custom_emojify: true) | ||||
| 
 | ||||
|       - unless status.media_attachments.empty? | ||||
|         - if status.media_attachments.first.video? | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue