Skip to content

Commit

Permalink
Use font-awesome OpenID icon more (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
strk authored and lunny committed Mar 19, 2017
1 parent b57b0c6 commit 2aad4a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/user/auth/signin_navbar.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
</a>
{{if .EnableOpenIDSignIn}}
<a class="{{if .PageIsLoginOpenID}}active{{end}} item" href="{{AppSubUrl}}/user/login/openid">
<img align="left" width="16" height="16" src="{{AppSubUrl}}/img/openid-16x16.png"/>
OpenID
<i class="fa fa-openid"></i>
&nbsp;OpenID
</a>
{{end}}
</div>
3 changes: 2 additions & 1 deletion templates/user/auth/signin_openid.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<div class="ui container">
{{template "base/alert" .}}
<h4 class="ui top attached header">
<i class="fa fa-openid"></i>
OpenID
</h4>
<div class="ui attached segment">
Expand All @@ -14,7 +15,7 @@
</div>
<div class="required inline field {{if .Err_OpenID}}error{{end}}">
<label for="openid">
<img alt="OpenID URI" height="16" src="{{AppSubUrl}}/img/openid-16x16.png"/>
<i class="fa fa-openid"></i>
OpenID URI
</label>
<input id="openid" name="openid" value="{{.openid}}" autofocus required>
Expand Down

0 comments on commit 2aad4a5

Please sign in to comment.