done journal

This commit is contained in:
Rueshyna 2012-11-02 16:31:41 +08:00 committed by chris
parent a5e2c3e0ce
commit ed3644fb89
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,9 @@
<tr>
<th class="span1"><%= t('writing_journal.year') %></th>
<th class="span3"><%= t('writing_journal.title') %></th>
<% if not @user%>
<th class="span3"><%= t('writing_journal.authors') %></th>
<% end %>
</tr>
</thead>
<tbody id="tbody_writing_journals" class="sort-holder">
@ -41,6 +44,9 @@
<td>
<%= link_to writing_journal.create_link, panel_personal_journal_front_end_writing_journal_path(writing_journal) %>
</td>
<% if not @user%>
<td><%= writing_journal.authors %></td>
<% end %>
</tr>
<% end %>