0
0
Fork 0
zero-blog/views/admin_index.haml

11 lines
247 B
Plaintext

%a{:href => '/admin/logout'}="Logout"
%h1="Index"
#create
-@post = Post.new
=haml :admin_post_create, :layout => nil
%hr
#posts
%a{:href => '/admin/post'}="Posts"
-@posts=Post.all(:order => [:id.desc])
=haml :admin_posts, :layout => nil