Skip to content

Commit 1c67a36

Browse files
ghalsetvdijen
authored andcommitted
1 parent 8c24770 commit 1c67a36

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/simplesamlphp-changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Released TBD
1212
* Fix auth state AuthnInstant (#2478)
1313
* Allow "Secure" cookie attribute via HTTP on localhost (#2483)
1414
* Fix override over errorURL
15+
* Fix FontAwesome icon names (#2509)
1516

1617
`authorize`
1718

modules/admin/templates/federation.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<a class="pure-button copy hljs" data-clipboard-target="#url-{{ key }}"
5757
title="{% trans %}Copy to clipboard{% endtrans %}"><span class="fa fa-copy"></span></a>
5858
<a class="pure-button hljs" href="{{ set.url }}">
59-
<span class="fa fa-external-link-square-alt"></span>
59+
<span class="fa fa-square-arrow-up-right"></span>
6060
</a>
6161
</div>
6262
<code id="url-{{ key }}" class="code-box-content">{{ set.url }}</code>

modules/core/templates/logout-iframe.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
{%- for key, sp in remaining_services %}
3838
{%- set timeout = 5 %}
3939
{%- set name = sp['metadata']|entityDisplayName %}
40-
{%- set icon = 'circle-o-notch' %}
40+
{%- set icon = 'circle-notch' %}
4141
{%- if sp['status'] == 'completed' %}
42-
{%- set icon = 'check-circle' %}
42+
{%- set icon = 'circle-check' %}
4343
{%- elseif sp['status'] == 'failed' %}
44-
{%- set icon = 'exclamation-circle' %}
44+
{%- set icon = 'circle-exclamation' %}
4545
{%- set failed = true %}
4646
{%- elseif (sp['status'] == 'onhold' or sp['status'] == 'inprogress') %}
4747
{%- set remaining = remaining + 1 %}

0 commit comments

Comments
 (0)