summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/_train_details.html.ep3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep
index adfc5b4..3168852 100644
--- a/templates/_train_details.html.ep
+++ b/templates/_train_details.html.ep
@@ -115,6 +115,9 @@
% elsif ($icetype and $icetype->[1] and $departure->{train_type} ne 'Bus') {
<span class="disabledbutton"><i class="material-icons" aria-hidden="true">compare_arrows</i> Plan: <%= $icetype->[0] %></span>
% }
+% for my $link (@{$departure->{links}}) {
+ <a class="smallbutton" href="<%= $link->[1] %>"><i class="material-icons" aria-hidden="true">warning</i> <%= $link->[0] %></a>
+% }
</div>
% if ($departure->{moreinfo} and @{$departure->{moreinfo}}) {