This commit is contained in:
jomo
2013-10-20 18:19:27 +02:00
parent db1fc7c4ef
commit 7e20ab8de7
6 changed files with 32 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
</span>
</div>
<div class="post-info">
by <%= link_to p.author.name, p.author %> on <%= p.created_at.strftime("%e. %b %Y") %>
by <%= link_user p.author %> on <%= p.created_at.strftime("%e. %b %Y") %>
</div>
<div class="post-content">
<%= Sanitize.clean(GitHub::Markdown.render_gfm(p.content), Sanitize::Config::RELAXED).html_safe %>