add update date for admin index page
This commit is contained in:
parent
79a5a46a4a
commit
84f24fd202
|
@ -58,7 +58,7 @@
|
||||||
<td><%= format_value b.postdate %></td>
|
<td><%= format_value b.postdate %></td>
|
||||||
<td class="<%= b.expired? ? "expired" : "" %>"><%= format_value b.deadline %></td>
|
<td class="<%= b.expired? ? "expired" : "" %>"><%= format_value b.deadline %></td>
|
||||||
<td><%= link_to b.bulletin_comments.count.to_s,"/#{I18n.locale}/admin/announcements/#{b.id}/comment" %></td>
|
<td><%= link_to b.bulletin_comments.count.to_s,"/#{I18n.locale}/admin/announcements/#{b.id}/comment" %></td>
|
||||||
<td><%= b.update_user.user_name rescue ""%></td>
|
<td><%= b.update_user.user_name rescue ""%><br><%= format_value b.updated_at %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="footable-row-detail">
|
<tr class="footable-row-detail">
|
||||||
<td class="footable-cell-detail" colspan="6">
|
<td class="footable-cell-detail" colspan="6">
|
||||||
|
|
Loading…
Reference in New Issue