This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2007-11-28 01:17:25 -05:00
|
|
|
<li class="discussion" id="discussion-<%= discussion.id %>"<% if defined? li_number -%> value="<%= li_number -%>"<% end -%>>
|
|
|
|
<div class="author">
|
2008-01-07 01:13:31 -05:00
|
|
|
<cite><%= discussion.page.created_by.title -%></cite>
|
2007-11-28 01:17:25 -05:00
|
|
|
<p>Posted <%= distance_of_time_in_words discussion.created_at, Time.now rescue 'xxx' %> ago.</p>
|
|
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<%= h(discussion.text) %>
|
|
|
|
</div>
|
|
|
|
</li>
|