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