From 75a26a81de56b186ec17434323b3945332cee613 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 25 Oct 2015 19:48:15 +0100 Subject: mobile support for app/infoscreen frontend --- templates/infoscreen.html.ep | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates') diff --git a/templates/infoscreen.html.ep b/templates/infoscreen.html.ep index af567b1..b0ba1fc 100644 --- a/templates/infoscreen.html.ep +++ b/templates/infoscreen.html.ep @@ -3,11 +3,15 @@ <%= $title %> + % if ($self->stash('refresh_interval')) { % } %= stylesheet '/infoscreen.css' + % if ($self->browser->mobile) { + %= stylesheet '/mobile.css' + % } %= javascript '/jquery-2.1.1.min.js' %= javascript '/collapse.js' -- cgit v1.2.3