- Add rake task for generating Apple/Android icons and favicons from SVG - Add rake task for generating PNG icons and logos for e-mails from SVG - Remove obsolete Microsoft icons and configuration - Remove PWA shortcut icons
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			335 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			335 B
		
	
	
	
		
			Text
		
	
	
	
	
	
- content_for :header_tags do
 | 
						|
  = javascript_pack_tag 'public', crossorigin: 'anonymous'
 | 
						|
 | 
						|
- content_for :content do
 | 
						|
  .container-alt
 | 
						|
    .logo-container
 | 
						|
      %h1
 | 
						|
        = link_to root_path do
 | 
						|
          = logo_as_symbol(:wordmark)
 | 
						|
 | 
						|
    .form-container
 | 
						|
      = render 'flashes'
 | 
						|
 | 
						|
      = yield
 | 
						|
 | 
						|
= render template: 'layouts/application'
 |