update announcement list last modify
This commit is contained in:
parent
569ee6b18b
commit
be4592ee99
|
@ -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">
|
||||
|
|
Reference in New Issue