From 1b3e5694c9ddf29711db15069b772d1df01e16ea Mon Sep 17 00:00:00 2001 From: Pet Date: Wed, 23 May 2018 16:49:33 +0200 Subject: [PATCH] changed the infoscreenframe.css location --- app/views/home/infoscreen.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/infoscreen.html.erb b/app/views/home/infoscreen.html.erb index db57e0d..c223ef7 100644 --- a/app/views/home/infoscreen.html.erb +++ b/app/views/home/infoscreen.html.erb @@ -3,7 +3,7 @@ <%= stylesheet_link_tag "themes/"+theme_name+"/application", :media => "all" unless theme_name.empty? %> <%= stylesheet_link_tag "application", :media=>"all" if theme_name.empty? %> - <%= stylesheet_link_tag "infoscreenframe.css" %> + <%= stylesheet_link_tag "/iframe/infoscreenframe.css" %> <%= javascript_include_tag "application" %> <%= javascript_include_tag "jmpress" %>