forked from cybrespace/mastodon
		
	Fix #487
This commit is contained in:
		
							parent
							
								
									fcb5a85cdd
								
							
						
					
					
						commit
						cde0476ca2
					
				
					 1 changed files with 11 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -31,6 +31,7 @@
 | 
			
		|||
      .panel
 | 
			
		||||
        .panel-header= t 'about.contact'
 | 
			
		||||
        .panel-body
 | 
			
		||||
          - if @contact_account
 | 
			
		||||
            .owner
 | 
			
		||||
              .avatar= image_tag @contact_account.avatar.url
 | 
			
		||||
              .name
 | 
			
		||||
| 
						 | 
				
			
			@ -38,6 +39,7 @@
 | 
			
		|||
                  %span.display_name.emojify= display_name(@contact_account)
 | 
			
		||||
                  %span.username= "@#{@contact_account.acct}"
 | 
			
		||||
 | 
			
		||||
          - unless @contact_email.blank?
 | 
			
		||||
            .contact-email
 | 
			
		||||
              = t 'about.business_email'
 | 
			
		||||
              %strong= @contact_email
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue