Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
3efa7ba4
Commit
3efa7ba4
authored
2 years ago
by
Thijs Kinkhorst
Browse files
Options
Downloads
Patches
Plain Diff
Slightly improve appearance of expired entity flagging
parent
f85e6bf2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/admin/templates/federation.twig
+2
-2
2 additions, 2 deletions
modules/admin/templates/federation.twig
with
2 additions
and
2 deletions
modules/admin/templates/federation.twig
+
2
−
2
View file @
3efa7ba4
...
@@ -109,9 +109,9 @@
...
@@ -109,9 +109,9 @@
</a>
</a>
{%
if
entity.expire
is
defined
%}
{%
if
entity.expire
is
defined
%}
{%
if
entity.expire
<
date
()
.
timestamp
%}
{%
if
entity.expire
<
date
()
.
timestamp
%}
<span
class=
"entity-expired"
>
(
{%
trans
%}
expired
{%
endtrans
%}
{{
entity.expire
|
format_datetime
}}
)
</span>
<span
class=
"entity-expired"
>
(
{%
trans
%}
expired
{%
endtrans
%}
{{
entity.expire
|
format_datetime
(
'short'
,
'short'
,
locale
=
currentLanguage
)
}}
)
</span>
{%
else
%}
{%
else
%}
<span
class=
"entity-expires"
>
(
{%
trans
%}
expires
{%
endtrans
%}
{{
entity.expire
|
format_datetime
}}
)
</span>
<span
class=
"entity-expires"
>
(
{%
trans
%}
expires
{%
endtrans
%}
{{
entity.expire
|
format_datetime
(
'short'
,
'short'
,
locale
=
currentLanguage
)
}}
)
</span>
{%
endif
%}
{%
endif
%}
{%
endif
%}
{%
endif
%}
</li>
</li>
...
...
This diff is collapsed.
Click to expand it.
Pavel Břoušek
@433364
mentioned in commit
235bd9ab
·
2 years ago
mentioned in commit
235bd9ab
mentioned in commit 235bd9ab48a5595e241d3589d7841f6a7340a5cb
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment