Unverified Commit 70b6ef80 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

wagenriehung: show designation, if available

parent 6c809532
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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) %>
          % }