app/views/auth/index.volt: adding a gitlab button.
This commit is contained in:
parent
ab8ebbc093
commit
ee58c343e7
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Reference in a new issue