aboutsummaryrefslogtreecommitdiff
path: root/views/_header.haml
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-06-09 18:09:52 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-06-09 18:09:52 +0100
commit495c44445642cfae8f23fadde299ad5307f5be58 (patch)
tree0104c9eef164235aa5ab05b126c8f63e52fb8624 /views/_header.haml
parent0c88fcc91db1b003cd5d5311f62700c7867b4099 (diff)
Big commit
--HG-- rename : views/please_authenticate.haml => views/login.haml
Diffstat (limited to 'views/_header.haml')
-rw-r--r--views/_header.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/views/_header.haml b/views/_header.haml
new file mode 100644
index 0000000..4f5c12a
--- /dev/null
+++ b/views/_header.haml
@@ -0,0 +1,9 @@
+!!! XML
+!!!
+%html
+ %head
+ %meta{:name=>"viewport", :content=>"width=device-width"}/
+ %title #{@title}: Authentication required
+ %link{:rel => "stylesheet", :href => "/stylesheets/bytemark.css"}/
+ %link{:rel => "stylesheet", :href => "/stylesheets/mauve.css"}/
+ %script{:src => 'javascript/jquery/jquery.js', :type => 'text/javascript'}