0
0
zero-blog/views/admin_posts.haml
Gibheer b0f80f3b9a - changed the login path to /login
- added the posts view in the admin panel
2011-07-01 14:14:02 +02:00

8 lines
212 B
Plaintext

-@posts.each do |post|
.post
.title
%a{:href => "/admin/post/#{post.id}"}=post.title
%span.released{:class => "post-released-#{post.released}"}
.written=post.written
.content=post.content