0
0
Fork 0

forgot to commit the view for viewing a single post

This commit is contained in:
Gibheer 2011-07-05 19:02:42 +02:00
parent 4ce3f643dd
commit 8af068ac26
1 changed files with 7 additions and 0 deletions

7
views/post_single.haml Normal file
View File

@ -0,0 +1,7 @@
%article
%header
%h1=@post.title
%footer
.author=@post.account.username
.date=@post.written
%section=markup(@post.content, @post.markup)