Skip to content

Commit f47ea60

Browse files
authored
set user visibility class to basic (#22674)
Same to #22605 ![user package](https://user-images.githubusercontent.com/18380374/215669905-71fe01c3-c011-4867-97a6-3df5f940a6bf.PNG) ![user projects](https://user-images.githubusercontent.com/18380374/215669909-1a4f74f1-bbde-4913-9ba5-51c44cc63862.PNG) These two page are both used at user and org, so if i fixed the org page, the user page will be also be fixed.
1 parent 03f37d8 commit f47ea60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/user/overview/header.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
{{avatar . 100}}
99
<span class="text thin grey"><a href="{{.HomeLink}}">{{.DisplayName}}</a></span>
1010
<span class="org-visibility">
11-
{{if .Visibility.IsLimited}}<div class="ui medium orange horizontal label">{{$.locale.Tr "org.settings.visibility.limited_shortname"}}</div>{{end}}
12-
{{if .Visibility.IsPrivate}}<div class="ui medium red horizontal label">{{$.locale.Tr "org.settings.visibility.private_shortname"}}</div>{{end}}
11+
{{if .Visibility.IsLimited}}<div class="ui medium basic horizontal label">{{$.locale.Tr "org.settings.visibility.limited_shortname"}}</div>{{end}}
12+
{{if .Visibility.IsPrivate}}<div class="ui medium basic horizontal label">{{$.locale.Tr "org.settings.visibility.private_shortname"}}</div>{{end}}
1313
</span>
1414
</div>
1515
</div>

0 commit comments

Comments
 (0)