diff --git a/app/views/admin/announcements/_index.html.erb b/app/views/admin/announcements/_index.html.erb index 61449c4..4c06f3a 100644 --- a/app/views/admin/announcements/_index.html.erb +++ b/app/views/admin/announcements/_index.html.erb @@ -58,7 +58,7 @@ <%= format_value b.postdate %> "><%= format_value b.deadline %> <%= link_to b.bulletin_comments.count.to_s,"/#{I18n.locale}/admin/announcements/#{b.id}/comment" %> - <%= b.update_user.user_name rescue ""%> + <%= b.update_user.user_name rescue ""%>
<%= format_value b.updated_at %>