aboutsummaryrefslogtreecommitdiff
path: root/views/_navigation.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/_navigation.haml
parent0c88fcc91db1b003cd5d5311f62700c7867b4099 (diff)
Big commit
--HG-- rename : views/please_authenticate.haml => views/login.haml
Diffstat (limited to 'views/_navigation.haml')
-rw-r--r--views/_navigation.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/_navigation.haml b/views/_navigation.haml
index 6c47b28..c3301b2 100644
--- a/views/_navigation.haml
+++ b/views/_navigation.haml
@@ -5,7 +5,7 @@
%a{:href => "/logout"} Logout <strong>(#{@person.username})</strong>
- else
%form{:action => '/login', :method => :POST}
- Username
+ UsernameArse
%input{:name => 'username', :type => 'text', :size => 10}
Password
%input{:name => 'password', :type => 'password', :size => 10}