We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2741e commit 79ff6cdCopy full SHA for 79ff6cd
1 file changed
modules/admin/templates/config.twig
@@ -16,10 +16,11 @@
16
{%- endfor %}
17
18
<div class="message-box">
19
- {% trans %}SimpleSAMLphp is installed in:{% endtrans %}<br/>
+ {% trans %}SimpleSAMLphp is installed in:{% endtrans %}
20
<kbd>{{ directory }}</kbd><br/>
21
{% trans %}You are running version <kbd>{{ version }}</kbd>.{% endtrans %}
22
</div>
23
+ <h2>{% trans %}Configuration{% endtrans %}</h2>
24
<div class="enablebox mini">
25
<table>
26
<tr class="{%- if enablematrix.saml20idp %}enabled{% else %}disabled{% endif -%}">
@@ -32,7 +33,6 @@
32
33
</tr>
34
</table>
35
- <h2>{% trans %}Configuration{% endtrans %}</h2>
36
<ul>
37
{%- for key, link in links %}
38
0 commit comments