We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5f478 commit 395a6faCopy full SHA for 395a6fa
templates/repo/settings/options.tmpl
@@ -26,7 +26,7 @@
26
{{if not .Repository.IsFork}}
27
<div class="inline field">
28
<label>{{.locale.Tr "repo.visibility"}}</label>
29
- <div class="ui checkbox{{if and (not .Repository.IsPrivate) (gt .Repository.NumStars 0)}} tooltip{{end}}" data-content="{{.locale.Tr "repo.stars_remove_warning"}}">
+ <div class="ui checkbox" {{if and (not .Repository.IsPrivate) (gt .Repository.NumStars 0)}}data-tooltip-content="{{.locale.Tr "repo.stars_remove_warning"}}"{{end}}>
30
{{if .IsAdmin}}
31
<input name="private" type="checkbox" {{if .Repository.IsPrivate}}checked{{end}}>
32
{{else}}
0 commit comments