lib/views/admin/admin.haml in schnitzelpress-0.0.13 vs lib/views/admin/admin.haml in schnitzelpress-0.1.0
- old
+ new
@@ -1,8 +1,8 @@
%section
%h1 Administration
%p
- You're logged in as #{session[:user]}.
+ You're logged in as #{session[:auth][:uid]}.
%ul.admin
%li
%a.green.button{:href => '/admin/new'} Create new Post
%a.red.button{:href => '/logout'} Logout