mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Minor UI fixes (#14926)
* disable fork button when not signed in * fix commit body styling on PR page * fixup! fix commit body styling on PR page
This commit is contained in:
		@@ -83,7 +83,7 @@
 | 
			
		||||
						</div>
 | 
			
		||||
					</form>
 | 
			
		||||
					{{if and (not .IsEmpty) ($.Permission.CanRead $.UnitTypeCode)}}
 | 
			
		||||
						<div class="ui labeled button" tabindex="0">
 | 
			
		||||
						<div class="ui labeled button {{if not $.IsSigned}} disabled{{end}}" tabindex="0">
 | 
			
		||||
							<a class="ui compact small basic button {{if or (not $.IsSigned) (not $.CanSignedUserFork)}}poping up{{end}}" {{if $.CanSignedUserFork}}href="{{AppSubUrl}}/repo/fork/{{.ID}}"{{else if $.IsSigned}} data-content="{{$.i18n.Tr "repo.fork_from_self"}}" {{ else }} data-content="{{$.i18n.Tr "repo.fork_guest_user" }}" rel="nofollow" href="{{AppSubUrl}}/user/login?redirect_to={{AppSubUrl}}/repo/fork/{{.ID}}" {{end}} data-position="top center" data-variation="tiny">
 | 
			
		||||
								{{svg "octicon-repo-forked"}}{{$.i18n.Tr "repo.fork"}}
 | 
			
		||||
							</a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user