diff --git a/vendor/built_in_modules/announcement/app/views/panel/announcement/widget/bulletins/_index.html.erb b/vendor/built_in_modules/announcement/app/views/panel/announcement/widget/bulletins/_index.html.erb index 36c1f0a0..e339adcd 100644 --- a/vendor/built_in_modules/announcement/app/views/panel/announcement/widget/bulletins/_index.html.erb +++ b/vendor/built_in_modules/announcement/app/views/panel/announcement/widget/bulletins/_index.html.erb @@ -5,14 +5,12 @@ - <% @bulletins.each do |post| %> -
<%= t('announcement.bulletin.category') %> <%= t('announcement.bulletin.title') %> <%= t('announcement.bulletin.postdate') %>
<%= post.bulletin_category.title rescue nil %> <%= link_to post.title, panel_announcement_front_end_bulletin_path(post, :category_id => post.bulletin_category_id) %> <%= display_date_time(post.postdate) %>