aboutsummaryrefslogtreecommitdiff
path: root/views/_head.haml
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-06-15 21:12:26 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-06-15 21:12:26 +0100
commit13c75e73812927359ca8a1d606ed33bd6a75eea5 (patch)
tree9097bd0c9c5fbace84ff4489bf893e4c7b8b3c5a /views/_head.haml
parent8f6935203a05f3f07d7e0eef8ec47981fe997c36 (diff)
Rejigged column names.. and javascript location.
--HG-- rename : static/mauve_utils.js => static/javascript/mauve_utils.js
Diffstat (limited to 'views/_head.haml')
-rw-r--r--views/_head.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/_head.haml b/views/_head.haml
index 276680d..981aaf1 100644
--- a/views/_head.haml
+++ b/views/_head.haml
@@ -5,4 +5,4 @@
%link{:rel => "stylesheet", :href => "/stylesheets/mauve.css", :media => "all", :type => "text/css"}/
%link{:rel => "stylesheet", :href => "/stylesheets/mauve-handheld.css", :media => "handheld, only screen and (max-width: 1000px), only screen and (max-device-width: 1000px)", :type => "text/css" }/
%script{:src => '/javascript/jquery/jquery.min.js', :type => 'text/javascript'}
- %script{:src => '/mauve_utils.js', :type => 'text/javascript'}
+ %script{:src => '/javascript/mauve_utils.js', :type => 'text/javascript'}