diff options
Diffstat (limited to 'templates/_public_status_card.html.ep')
-rw-r--r-- | templates/_public_status_card.html.ep | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep index 11ef85b..bf5656b 100644 --- a/templates/_public_status_card.html.ep +++ b/templates/_public_status_card.html.ep @@ -197,6 +197,11 @@ </ul> </p> % } + % if ( $journey->{wagongroups} and @{$journey->{wagongroups}} and not stash('from_timeline')) { + <div class="wagons"> + %= include '_wagons', wagongroups => $journey->{wagongroups}; + </div> + % } </div> % if (not stash('from_timeline')) { <div class="card-action"> |