|
|
@ -62,7 +62,7 @@
|
|
|
|
<% if @memo.author %>
|
|
|
|
<% if @memo.author %>
|
|
|
|
<%= authoring @memo.created_at, @memo.author.name %>
|
|
|
|
<%= authoring @memo.created_at, @memo.author.name %>
|
|
|
|
<% else %>
|
|
|
|
<% else %>
|
|
|
|
<%= added_time @memo.created_at %>
|
|
|
|
<%= user_url_and_time @memo.username, @memo.userhomeurl, @memo.created_at %>
|
|
|
|
<% end %></div>
|
|
|
|
<% end %></div>
|
|
|
|
<div class="tags">
|
|
|
|
<div class="tags">
|
|
|
|
<div id="tags">
|
|
|
|
<div id="tags">
|
|
|
@ -142,7 +142,7 @@
|
|
|
|
<% if reply.author %>
|
|
|
|
<% if reply.author %>
|
|
|
|
<%= authoring reply.created_at, reply.author.name %>
|
|
|
|
<%= authoring reply.created_at, reply.author.name %>
|
|
|
|
<% else %>
|
|
|
|
<% else %>
|
|
|
|
<%= added_time reply.created_at %>
|
|
|
|
<%= user_url_and_time reply.username, reply.userhomeurl, reply.created_at %>
|
|
|
|
<% end %></td>
|
|
|
|
<% end %></td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</table>
|
|
|
|