mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 03:02:14 +01:00 
			
		
		
		
	Relocate the RSS user feed button (#26882)
				
					
				
			before:  after:  Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
This commit is contained in:
		
							parent
							
								
									fc039167d2
								
							
						
					
					
						commit
						918accaafa
					
				| @ -14,11 +14,11 @@ | ||||
| 	<div class="content gt-word-break profile-avatar-name"> | ||||
| 		{{if .ContextUser.FullName}}<span class="header text center">{{.ContextUser.FullName}}</span>{{end}} | ||||
| 		<span class="username text center">{{.ContextUser.Name}}</span> | ||||
| 		{{if .EnableFeed}} | ||||
| 			<a href="{{.ContextUser.HomeLink}}.rss"><i class="ui text grey gt-ml-3" data-tooltip-content="{{.locale.Tr "rss_feed"}}">{{svg "octicon-rss" 18}}</i></a> | ||||
| 		{{end}} | ||||
| 		<div class="gt-mt-3"> | ||||
| 			<a class="muted" href="{{.ContextUser.HomeLink}}?tab=followers">{{svg "octicon-person" 18 "gt-mr-2"}}{{.NumFollowers}} {{.locale.Tr "user.followers"}}</a> · <a class="muted" href="{{.ContextUser.HomeLink}}?tab=following">{{.NumFollowing}} {{.locale.Tr "user.following"}}</a> | ||||
| 			{{if .EnableFeed}} | ||||
| 				<a href="{{.ContextUser.HomeLink}}.rss"><i class="ui text grey gt-ml-3" data-tooltip-content="{{.locale.Tr "rss_feed"}}">{{svg "octicon-rss" 18}}</i></a> | ||||
| 			{{end}} | ||||
| 		</div> | ||||
| 	</div> | ||||
| 	<div class="extra content gt-word-break"> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user