* Redesign landing page (again) * Move login form in small version to the right column * Display closed registrations message * Add site setting for the hero image * Fix test * Increase spacing, maximum width, change call to action section
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			277 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			277 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| - content_for :page_title do
 | |
|   = t('terms.title', instance: site_hostname)
 | |
| 
 | |
| .landing-page
 | |
|   .header-wrapper.compact
 | |
|     .header
 | |
|       = render 'links'
 | |
| 
 | |
|   .extended-description
 | |
|     .container-alt
 | |
|       = @instance_presenter.site_terms.html_safe.presence || t('terms.body_html')
 |