add update date for admin index page

This commit is contained in:
邱博亞 2021-12-28 13:55:50 +08:00
parent 79a5a46a4a
commit 84f24fd202
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<td><%= format_value b.postdate %></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><%= b.update_user.user_name rescue ""%></td>
<td><%= b.update_user.user_name rescue ""%><br><%= format_value b.updated_at %></td>
</tr>
<tr class="footable-row-detail">
<td class="footable-cell-detail" colspan="6">