update announcement list last modify

This commit is contained in:
nccu 2014-11-13 14:00:53 +08:00
parent 569ee6b18b
commit be4592ee99
1 changed files with 4 additions and 1 deletions

View File

@ -40,7 +40,10 @@
</td>
<td><%= format_value b.postdate %></td>
<td class="<%= b.expired? ? "expired" : "" %>"><%= format_value b.deadline %></td>
<td><%= b.update_user.user_name rescue " " %></td>
<td>
<%= MemberProfile.find(b.update_user.member_profile_id).last_name_translations[I18n.locale.to_s] rescue " " %>
<%= MemberProfile.find(b.update_user.member_profile_id).first_name_translations[I18n.locale.to_s] rescue " " %>
</td>
<td><%= b.view_count %></td>
</tr>
<tr class="footable-row-detail">