mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 00:54:43 +01:00 
			
		
		
		
	
							parent
							
								
									1426601cf7
								
							
						
					
					
						commit
						cf8f66e5dc
					
				| @ -10,7 +10,7 @@ | ||||
| 				<div class="ui attached segment"> | ||||
| 					{{template "base/alert" .}} | ||||
| 
 | ||||
| 					<p class="ui center">{{.i18n.Tr "repo.new_repo_helper" "/repo/migrate" | Safe}}</p> | ||||
| 					<p class="ui center">{{.i18n.Tr "repo.new_repo_helper" (printf "%s%s" AppSubUrl "/repo/migrate") | Safe}}</p> | ||||
| 
 | ||||
| 					{{if not .CanCreateRepo}} | ||||
| 						<div class="ui negative message"> | ||||
|  | ||||
| @ -40,7 +40,7 @@ | ||||
| 				</div> | ||||
| 				<div class="three wide column"> | ||||
| 					{{if $.PageIsOrgSettingsLabels}} | ||||
| 						<a class="ui right open-issues" href="/issues?labels={{.ID}}">{{svg "octicon-issue-opened"}} {{$.i18n.Tr "repo.issues.label_open_issues" .NumOpenIssues}}</a> | ||||
| 						<a class="ui right open-issues" href="{{AppSubUrl}}/issues?labels={{.ID}}">{{svg "octicon-issue-opened"}} {{$.i18n.Tr "repo.issues.label_open_issues" .NumOpenIssues}}</a> | ||||
| 					{{else}} | ||||
| 						<a class="ui right open-issues" href="{{$.RepoLink}}/issues?labels={{.ID}}">{{svg "octicon-issue-opened"}} {{$.i18n.Tr "repo.issues.label_open_issues" .NumOpenIssues}}</a> | ||||
| 					{{end}} | ||||
|  | ||||
| @ -19,7 +19,7 @@ | ||||
| 						{{end}} | ||||
| 					{{else}} | ||||
| 						{{if .NeedsPassword}} | ||||
| 							<form class="ui form" action="/user/activate" method="post"> | ||||
| 							<form class="ui form" action="{{AppSubUrl}}/user/activate" method="post"> | ||||
| 								<div class="required inline field"> | ||||
| 									<label for="password">{{.i18n.Tr "password"}}</label> | ||||
| 									<input id="password" name="password" type="password" autocomplete="off" required> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user