app/views/auth/index.volt: show Linked In button.
This commit is contained in:
parent
207955fb4c
commit
cfdf0cd9fb
1 changed files with 4 additions and 0 deletions
|
|
@ -41,6 +41,10 @@
|
||||||
<a class="button button-gitlab" href="{{ url(['for': 'oauth', 'strategy': 'gitlab']) }}">
|
<a class="button button-gitlab" href="{{ url(['for': 'oauth', 'strategy': 'gitlab']) }}">
|
||||||
{{ icon('brand/gitlab') }} Gitlab
|
{{ icon('brand/gitlab') }} Gitlab
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<a class="button button-linkedin" href="{{ url(['for': 'oauth', 'strategy': 'linkedin']) }}">
|
||||||
|
{{ icon('brand/linkedin') }} LinkedIn
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue