doughnut-wedding/app/Resources/HWIOAuthBundle/views/Connect/login.html.twig

11 lines
370 B
Twig
Raw Normal View History

2017-04-09 18:08:01 -07:00
{% extends 'HWIOAuthBundle::layout.html.twig' %}
{% block hwi_oauth_content %}
{% if error is defined and error %}
<span>{{ error }}</span>
{% endif %}
{% for owner in hwi_oauth_resource_owners() %}
<a href="{{ hwi_oauth_login_url(owner) }}">{{ owner | trans({}, 'HWIOAuthBundle') }}</a> <br />
{% endfor %}
{% endblock hwi_oauth_content %}