summaryrefslogtreecommitdiff
path: root/templates/_show_load_icons.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_show_load_icons.html.ep')
-rw-r--r--templates/_show_load_icons.html.ep7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/_show_load_icons.html.ep b/templates/_show_load_icons.html.ep
new file mode 100644
index 0000000..e69dab5
--- /dev/null
+++ b/templates/_show_load_icons.html.ep
@@ -0,0 +1,7 @@
+% if ($station->[2]{load}{SECOND}) {
+ % my ($first, $second) = load_icon($station->[2]{load});
+ % if ($first ne 'help_outline') {
+ <i class="material-icons tiny" aria-hidden="true"><%= $first %></i>
+ % }
+ <i class="material-icons tiny" aria-hidden="true"><%= $second %></i>
+% }