From d6600fc006060699f9e79593e2698e21b2acd081 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 6 Jun 2019 21:15:00 +0200 Subject: use material icons for wagon order display --- templates/layouts/default.html.ep | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/layouts/default.html.ep') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 2c59b82..7b689be 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -19,6 +19,7 @@ % my $av = 'v15'; # asset version %= stylesheet "/static/${av}/default.css" + %= stylesheet "/static/${av}/material-icons.css" %= stylesheet "/static/${av}/jquery-ui.min.css" % my $force_mobile = param('force_mobile') // stash('force_mobile'); % if ($force_mobile) { -- cgit v1.2.3