aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/layouts/no_chrome.html.erb2
-rw-r--r--app/views/request/_view_html_stylesheet.html.erb2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/no_chrome.html.erb b/app/views/layouts/no_chrome.html.erb
index 5101236b2..f3ca9ef9e 100644
--- a/app/views/layouts/no_chrome.html.erb
+++ b/app/views/layouts/no_chrome.html.erb
@@ -15,7 +15,7 @@
<%= javascript_include_tag "application" %>
<% if AlaveteliConfiguration::responsive_styling || params[:responsive] %>
- <%= render :partial => 'responsive_stylesheets' %>
+ <%= render :partial => 'general/responsive_stylesheets' %>
<% else %>
<%= stylesheet_link_tag 'application', :title => "Main", :rel => "stylesheet" %>
<%= stylesheet_link_tag 'fonts', :rel => "stylesheet" %>
diff --git a/app/views/request/_view_html_stylesheet.html.erb b/app/views/request/_view_html_stylesheet.html.erb
index f5e40e403..6746cf71b 100644
--- a/app/views/request/_view_html_stylesheet.html.erb
+++ b/app/views/request/_view_html_stylesheet.html.erb
@@ -1,5 +1,5 @@
<% if AlaveteliConfiguration::responsive_styling || params[:responsive] %>
- <%= render :partial => 'responsive_stylesheets' %>
+ <%= render :partial => 'general/responsive_stylesheets' %>
<% else %>
<link type="text/css" title="Main" rel="stylesheet" media="screen" href="/assets/application.css">