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

6 lines
185 B
Plaintext
Raw Normal View History

-@posts.each do |post|
.post
.title
%a{:href => "/admin/post/#{post.id}"}=post.title
%span.released{:class => "post-released-#{post.released}"}
2011-08-09 11:06:53 +02:00
.written=post.written