diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-11 09:06:15 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-11 09:06:15 +0200 |
commit | 70b6ef8094719a74d727573b5c14fd53ce843068 (patch) | |
tree | 537962b21be281f4f29ee544da96f4c57ac927bd | |
parent | 6c8095326d625b72896599d5b65d83a902801a28 (diff) |
wagenriehung: show designation, if available4.29.4
-rw-r--r-- | templates/wagenreihung.html.ep | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/wagenreihung.html.ep b/templates/wagenreihung.html.ep index 0af66bd..214d148 100644 --- a/templates/wagenreihung.html.ep +++ b/templates/wagenreihung.html.ep @@ -32,6 +32,9 @@ % if ($group->description) { <div style="text-align: center;"> %= $group->description + % if ($group->designation) { + „<%= $group->designation %>“ + % } % if (scalar $wr->groups > 1 and $group->has_sectors) { in Abschnitt <%= join(q{}, sort $group->sectors) %> % } |