aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2013-09-26 15:50:55 +0100
committerMark Longair <mhl@pobox.com>2013-09-30 10:34:36 +0100
commit091cb7ab80ceddca8de787b73afd037fe72a41f0 (patch)
treefe4756d731bceef214e3b3529d541c407f7db348 /app/views
parent2da3d62c10d830f9e9a2270a6412f892122c7436 (diff)
WiP: also move admin CSS and images into the asset pipeline
We no longer need to run compass to regenerate the admin CSS - it will be done automatically.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/admin.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb
index 3c3870524..ecbc55ea3 100644
--- a/app/views/layouts/admin.html.erb
+++ b/app/views/layouts/admin.html.erb
@@ -6,7 +6,7 @@
<%= javascript_include_tag "admin" %>
<%= stylesheet_link_tag 'admin-theme/jquery-ui-1.8.15.custom.css', :rel => 'stylesheet'%>
- <%= stylesheet_link_tag "/admin/stylesheets/admin", :title => "Main", :rel => "stylesheet" %>
+ <%= stylesheet_link_tag "admin", :title => "Main", :rel => "stylesheet" %>
</head>
<body class="admin">