summaryrefslogtreecommitdiff
path: root/templates/_show_load_icons.html.ep
blob: 21093b93da24d8017ed5e1bfb23249a8dbc2d8b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
% 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>
% }
% elsif ($station->[2]{efa_load}) {
	% my ($icon) = efa_load_icon($station->[2]{efa_load});
	<i class="material-icons tiny" aria-hidden="true"><%= $icon %></i>
% }