adding author title for display

git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@79 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7
master
andrew 2008-01-07 06:13:31 +00:00
parent 160561844b
commit 4fd99fff63
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<li class="discussion" id="discussion-<%= discussion.id %>"<% if defined? li_number -%> value="<%= li_number -%>"<% end -%>>
<div class="author">
<cite>Author Goes Here</cite>
<cite><%= discussion.page.created_by.title -%></cite>
<p>Posted <%= distance_of_time_in_words discussion.created_at, Time.now rescue 'xxx' %> ago.</p>
</div>
<div class="content">