Skip to content
Snippets Groups Projects
Commit ec13f58f authored by Olimpia Magliulo's avatar Olimpia Magliulo
Browse files

Apply new style to login link-list

parent 11165d8f
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,12 @@
<p>Please check your SimpleSAML configuration.<br>
Follow the link and log in with administrator credentials. <a href="{{ loginurl }}">Admin login.</a></p>
{% else %}
<ul>
{% for id, config in sources -%}
<li><a href="?as={{ id|url_encode }}">{{ config.name|translateFromArray|default(id) }}</a></li>
{% endfor -%}
</ul>
<div class="pure-menu custom-restricted-width">
<ul class="pure-menu-list auth_methods">
{% for id, config in sources -%}
<li class="pure-menu-item"><a href="?as={{ id|url_encode }}" class="pure-menu-link">{{ config.name|translateFromArray|default(id) }}</a></li>
{% endfor -%}
</ul>
</div>
{% endif %}
{% endblock %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment