From 9709a8e70869312aa74656466cde953b437baf03 Mon Sep 17 00:00:00 2001 From: Bohung Date: Tue, 5 Oct 2021 22:03:49 +0800 Subject: [PATCH] Fix css error in view_calendar page. --- app/views/property_hires/view_calendar.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/property_hires/view_calendar.html.erb b/app/views/property_hires/view_calendar.html.erb index ae408f7..cb02a8f 100644 --- a/app/views/property_hires/view_calendar.html.erb +++ b/app/views/property_hires/view_calendar.html.erb @@ -1,4 +1,4 @@ -<% OrbitHelper.render_css_in_head(["property_hire_fullcalendar.css","property_hire_calendar.scss"]) %> +<% OrbitHelper.render_css_in_head(["property_hire_fullcalendar.css","property_hire_calendar"]) %>