aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts/_base.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/_base.html.haml')
-rw-r--r--app/views/layouts/_base.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/_base.html.haml b/app/views/layouts/_base.html.haml
index 16c7c00..58b83f8 100644
--- a/app/views/layouts/_base.html.haml
+++ b/app/views/layouts/_base.html.haml
@@ -3,7 +3,6 @@
%head
%title= yield :title
= stylesheet_link_tag "application", media: "all"
- = stylesheet_link_tag params[:controller], media: "all"
= javascript_include_tag "application"
= javascript_include_tag params[:controller]
%meta{name: "viewport", content: "width=600px"}