summaryrefslogtreecommitdiff
path: root/lib/oxidized/api/web/views/head.haml
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2014-03-01 19:27:44 +0200
committerSaku Ytti <saku@ytti.fi>2014-03-01 19:27:44 +0200
commit465de586078eb40e6d0ae820d9da8a254c181021 (patch)
tree87bbbe5b7732fb58c0b6b77bc2de67caa0318ff4 /lib/oxidized/api/web/views/head.haml
parent7c2565720c898b0573a5a30db958d8a78577f4a4 (diff)
Switch from CSS to SASS
I probably should figure out how to start rack in the code, so I'd get caching of the SASS (and in future Coffee) files, instead of Sinatra generating them always on the fly
Diffstat (limited to 'lib/oxidized/api/web/views/head.haml')
-rw-r--r--lib/oxidized/api/web/views/head.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oxidized/api/web/views/head.haml b/lib/oxidized/api/web/views/head.haml
index 1619512..55fdb7c 100644
--- a/lib/oxidized/api/web/views/head.haml
+++ b/lib/oxidized/api/web/views/head.haml
@@ -1,3 +1,3 @@
%head
%title oxidized
- %link{:rel=>'stylesheet', :href=>'/css/oxidized.css'}
+ %link{:rel=>'stylesheet', :href=>'/stylesheets/oxidized.css'}