Archived
1
0
Fork 0

app/views/auth/index.volt: adding a gitlab button.

This commit is contained in:
Henrik Hautakoski 2018-04-09 00:52:40 +02:00
parent ab8ebbc093
commit ee58c343e7

View file

@ -37,6 +37,10 @@
<a class="button button-google" href="{{ url(['for': 'oauth', 'strategy': 'google']) }}">
{{ icon('social-google') }} Google
</a>
<a class="button button-gitlab" href="{{ url(['for': 'oauth', 'strategy': 'gitlab']) }}">
Gitlab
</a>
</div>
</div>