File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
</a>
5
5
{{if .EnableOpenIDSignIn}}
6
6
<a class="{{if .PageIsLoginOpenID}}active{{end}} item" href="{{AppSubUrl}}/user/login/openid">
7
- <img align="left" width="16" height="16" src="{{AppSubUrl}}/img/openid-16x16.png"/ >
8
- OpenID
7
+ <i class="fa fa-openid"></i >
8
+ OpenID
9
9
</a>
10
10
{{end}}
11
11
</div>
Original file line number Diff line number Diff line change 4
4
<div class="ui container">
5
5
{{template "base/alert" .}}
6
6
<h4 class="ui top attached header">
7
+ <i class="fa fa-openid"></i>
7
8
OpenID
8
9
</h4>
9
10
<div class="ui attached segment">
14
15
</div>
15
16
<div class="required inline field {{if .Err_OpenID}}error{{end}}">
16
17
<label for="openid">
17
- <img alt="OpenID URI" height="16" src="{{AppSubUrl}}/img/openid-16x16.png"/ >
18
+ <i class="fa fa-openid"></i >
18
19
OpenID URI
19
20
</label>
20
21
<input id="openid" name="openid" value="{{.openid}}" autofocus required>
You can’t perform that action at this time.
0 commit comments