Use stylesheet_pack_tag in embedded layout, avoids pipeline deprecation warning (#3123)
This commit is contained in:
		
							parent
							
								
									200a8b4c79
								
							
						
					
					
						commit
						bab5df2872
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
%html{ lang: I18n.locale }
 | 
			
		||||
  %head
 | 
			
		||||
    %meta{ charset: 'utf-8' }/
 | 
			
		||||
    = stylesheet_link_tag 'application', media: 'all'
 | 
			
		||||
    = stylesheet_pack_tag 'application', media: 'all'
 | 
			
		||||
    = javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
 | 
			
		||||
  %body.embed
 | 
			
		||||
    = yield
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue