aboutsummaryrefslogtreecommitdiff
path: root/views/_navigation.haml
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-06-15 19:47:24 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-06-15 19:47:24 +0100
commitfc0327f91fb134e1df994143a78c22df7d8f62e4 (patch)
tree9fb1161dbdece4428e6c65b1d555a67c7908fa9e /views/_navigation.haml
parent3576923edf788eecb4320e034f5afaaf625bd62e (diff)
Big interface clear up
Diffstat (limited to 'views/_navigation.haml')
-rw-r--r--views/_navigation.haml14
1 files changed, 0 insertions, 14 deletions
diff --git a/views/_navigation.haml b/views/_navigation.haml
deleted file mode 100644
index c3301b2..0000000
--- a/views/_navigation.haml
+++ /dev/null
@@ -1,14 +0,0 @@
-- if @person
- %a{:href => "/alerts"} Current alerts
- %a{:href => "/events"} Last day
- %a{:href => "/preferences"} My preferences
- %a{:href => "/logout"} Logout <strong>(#{@person.username})</strong>
-- else
- %form{:action => '/login', :method => :POST}
- UsernameArse
- %input{:name => 'username', :type => 'text', :size => 10}
- Password
- %input{:name => 'password', :type => 'password', :size => 10}
- %input{:type => 'submit', :value => 'Log in'}
-- if flash['error']
- .error= flash['error']