From 897b88691c05adda8eaca09c3064b12ecfa74062 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 12 Aug 2024 18:16:21 +0200 Subject: backend selection: add homepage links --- templates/select_backend.html.ep | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'templates') diff --git a/templates/select_backend.html.ep b/templates/select_backend.html.ep index 4eb4cc9..0a76fda 100644 --- a/templates/select_backend.html.ep +++ b/templates/select_backend.html.ep @@ -16,19 +16,19 @@ % } % for my $backend (@{ stash('backends') // [] }) {
-
- -
-
+
% if ($backend->{longname}) { - <%= $backend->{longname} %> + <%= $backend->{longname} %> % } % if ($backend->{id} == $user->{backend_id}) { (aktuell ausgewählt) % }
+
+ +
% } %= end -- cgit v1.2.3