File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
templates/user/settings/security Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 2
2
{{.i18n.Tr "settings.manage_account_links"}}
3
3
{{if .OrderedOAuth2Names}}
4
4
<div class="ui right">
5
- <div class="ui floating1 jump dropdown">
6
- <div class="ui blue tiny button">Link Account</div>
5
+ <div class="ui dropdown">
6
+ <div class="ui primary tiny button">Link Account</div>
7
7
<div class="menu">
8
8
{{range $key := .OrderedOAuth2Names}}
9
9
{{$provider := index $.OAuth2Providers $key}}
10
10
<a class="item" href="{{AppSubUrl}}/user/oauth2/{{$key}}">
11
11
<img
12
- alt="{{$provider.DisplayName}}{{if eq $provider.Name "openidConnect"}} ({{$key}}){{end}}"
13
- title="{{$provider.DisplayName}}{{if eq $provider.Name "openidConnect"}} ({{$key}}){{end}}"
14
- class="{{$provider.Name}} oauth-login-image"
12
+ alt="{{$provider.DisplayName}}"
15
13
src="{{AppSubUrl}}{{$provider.Image}}"
16
- width="20" height="20">{{$provider.Name }}
14
+ width="20" height="20">{{$provider.DisplayName }}
17
15
</a>
18
16
{{end}}
19
17
</div>
You can’t perform that action at this time.
0 commit comments