app/view/* change to font awesome icon names.
This commit is contained in:
parent
023bead0d9
commit
8a18d56b5f
6 changed files with 20 additions and 22 deletions
|
|
@ -31,15 +31,15 @@
|
|||
<div class="oauth">
|
||||
|
||||
<a class="button button-github" href="{{ url(['for': 'oauth', 'strategy': 'github']) }}">
|
||||
{{ icon('social-github') }} GitHub
|
||||
{{ icon('brand/github') }} GitHub
|
||||
</a>
|
||||
|
||||
<a class="button button-google" href="{{ url(['for': 'oauth', 'strategy': 'google']) }}">
|
||||
{{ icon('social-google') }} Google
|
||||
{{ icon('brand/google') }} Google
|
||||
</a>
|
||||
|
||||
<a class="button button-gitlab" href="{{ url(['for': 'oauth', 'strategy': 'gitlab']) }}">
|
||||
Gitlab
|
||||
{{ icon('brand/gitlab') }} Gitlab
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Reference in a new issue