summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/_wagons.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_wagons.html.ep b/templates/_wagons.html.ep
index 926aac1..3f906c0 100644
--- a/templates/_wagons.html.ep
+++ b/templates/_wagons.html.ep
@@ -9,10 +9,10 @@
% }
<%= L('wagons.name-as-type') %> <b><%= $wagongroup->{type} // $journey->{type} %> <%= $wagongroup->{no} %></b>
% if ($wagongroup->{from}) {
- <%= L('wagons.from') %> <b><%= $wagongroup->{from} %></b>
+ <%= L('wagons.from.pre') %> <b><%= $wagongroup->{from} %></b> <%= L('wagons.from.post') %>
% }
% if ($wagongroup->{to}) {
- <%= L('wagons.to') %> <b><%= $wagongroup->{to} %></b>
+ <%= L('wagons.to.pre') %> <b><%= $wagongroup->{to} %></b> <%= L('wagons.to.post') %>
% }
<br/>
% for my $wagon (@{$wagongroup->{wagons}}) {