mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Display description of 'make this repo private' as help text, not as tooltip (#8097)
This commit is contained in:
		@@ -38,7 +38,7 @@
 | 
			
		||||
						<input id="repo_name" name="repo_name" value="{{.repo_name}}" autofocus required>
 | 
			
		||||
						<span class="help">{{.i18n.Tr "repo.repo_name_helper"}}</span>
 | 
			
		||||
					</div>
 | 
			
		||||
					<div class="inline field" data-tooltip={{.i18n.Tr "repo.visibility.tooltip"}}>
 | 
			
		||||
					<div class="inline field">
 | 
			
		||||
						<label>{{.i18n.Tr "repo.visibility"}}</label>
 | 
			
		||||
						<div class="ui checkbox">
 | 
			
		||||
							{{if .IsForcedPrivate}}
 | 
			
		||||
@@ -49,6 +49,7 @@
 | 
			
		||||
								<label>{{.i18n.Tr "repo.visibility_helper" | Safe}}</label>
 | 
			
		||||
							{{end}}
 | 
			
		||||
						</div>
 | 
			
		||||
						<span class="help">{{.i18n.Tr "repo.visibility_description"}}</span>
 | 
			
		||||
					</div>
 | 
			
		||||
					<div class="inline field {{if .Err_Description}}error{{end}}">
 | 
			
		||||
						<label for="description">{{.i18n.Tr "repo.repo_desc"}}</label>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user