mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 08:21:11 +00:00 
			
		
		
		
	16, "gt-mr-2" in *all* icons
This commit is contained in:
		
					parent
					
						
							
								852317b467
							
						
					
				
			
			
				commit
				
					
						c2c60a01eb
					
				
			
		
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -29,23 +29,23 @@
 | 
			
		|||
					{{.ContextUser.Location}}
 | 
			
		||||
					<a href="https://www.openstreetmap.org/search?query={{.ContextUser.Location | Safe}}" rel="nofollow noreferrer">
 | 
			
		||||
						<i class="ui right">
 | 
			
		||||
							{{svg "octicon-link-external"}}
 | 
			
		||||
							{{svg "octicon-link-external" 18 "gt-mr-2"}}
 | 
			
		||||
						</i>
 | 
			
		||||
					</a>
 | 
			
		||||
				</li>
 | 
			
		||||
			{{end}}
 | 
			
		||||
			{{if (eq .SignedUserID .ContextUser.ID)}}
 | 
			
		||||
				<li>
 | 
			
		||||
					{{svg "octicon-mail"}}
 | 
			
		||||
					{{svg "octicon-mail" 18 "gt-mr-2"}}
 | 
			
		||||
					<a href="mailto:{{.ContextUser.Email}}" rel="nofollow">{{.ContextUser.Email}}</a>
 | 
			
		||||
					<a href="{{AppSubUrl}}/user/settings#keep-email-private">
 | 
			
		||||
						{{if .ShowUserEmail}}
 | 
			
		||||
							<i class="ui right" data-tooltip-content="{{.locale.Tr "user.email_visibility.limited"}}">
 | 
			
		||||
								{{svg "octicon-unlock"}}
 | 
			
		||||
								{{svg "octicon-unlock" 18 "gt-mr-2"}}
 | 
			
		||||
							</i>
 | 
			
		||||
						{{else}}
 | 
			
		||||
							<i class="ui right" data-tooltip-content="{{.locale.Tr "user.email_visibility.private"}}">
 | 
			
		||||
								{{svg "octicon-lock"}}
 | 
			
		||||
								{{svg "octicon-lock" 18 "gt-mr-2"}}
 | 
			
		||||
							</i>
 | 
			
		||||
						{{end}}
 | 
			
		||||
					</a>
 | 
			
		||||
| 
						 | 
				
			
			@ -53,7 +53,7 @@
 | 
			
		|||
			{{else}}
 | 
			
		||||
				{{if .ShowUserEmail}}
 | 
			
		||||
					<li>
 | 
			
		||||
						{{svg "octicon-mail"}}
 | 
			
		||||
						{{svg "octicon-mail" 18 "gt-mr-2"}}
 | 
			
		||||
						<a href="mailto:{{.ContextUser.Email}}" rel="nofollow">{{.ContextUser.Email}}</a>
 | 
			
		||||
					</li>
 | 
			
		||||
				{{end}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue