fix for post rss feeds, fix for notes

This commit is contained in:
albert
2013-02-17 00:45:08 -05:00
parent aaa946f0d8
commit 301bbbfde5
4 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
<% end %>
</h4>
<p>
<%= time_ago_in_words_tagged(forum_post.created_at) %> ago
<%= time_ago_in_words_tagged(forum_post.created_at) %>
</p>
</div>
<div class="content">

View File

@@ -1,3 +1,3 @@
<article data-width="<%= note.width %>" data-height="<%= note.height %>" data-x="<%= note.x %>" note-y="<%= note.y %>" data-id="<%= note.id %>">
<article data-width="<%= note.width %>" data-height="<%= note.height %>" data-x="<%= note.x %>" data-y="<%= note.y %>" data-id="<%= note.id %>">
<%= raw DText.sanitize(note.body) %>
</article>