Archived
1
0
Fork 0

app/views/auth/index.volt: show Linked In button.

This commit is contained in:
Henrik Hautakoski 2018-08-08 22:11:15 +02:00
parent 207955fb4c
commit cfdf0cd9fb
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -41,6 +41,10 @@
<a class="button button-gitlab" href="{{ url(['for': 'oauth', 'strategy': 'gitlab']) }}">
{{ icon('brand/gitlab') }} Gitlab
</a>
<a class="button button-linkedin" href="{{ url(['for': 'oauth', 'strategy': 'linkedin']) }}">
{{ icon('brand/linkedin') }} LinkedIn
</a>
</div>
</div>