Skip to content
Snippets Groups Projects
Commit ad590937 authored by galegosimpatico's avatar galegosimpatico
Browse files

Show if and when post has been edited.

Early draft. Missing place, missing style, missing date fuzzyfication.
parent 232ba69c
Branches
Tags
No related merge requests found
......@@ -127,6 +127,13 @@
</div>
<div class="has-clear-clear"></div>
<div class="has-been-edited">
<% if (post.last_activity_by_id == nil) then %>
<span><p>Never edited.</p></span>
<% else %>
<span><p>Last edited <%= post.last_activity %></p></span>
<% end %>
</div>
<div class="post--actions">
<div class="tools">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment