remove announcement category column in announcement

This commit is contained in:
Matthew K. Fu JuYuan 2012-08-09 16:14:05 +08:00
parent 987e6fff2b
commit 2d2172752f
1 changed files with 0 additions and 2 deletions

View File

@ -5,14 +5,12 @@
<table class="table table-bordered">
<tr>
<th><%= t('announcement.bulletin.category') %></th>
<th><%= t('announcement.bulletin.title') %></th>
<th><%= t('announcement.bulletin.postdate') %></th>
</tr>
<% @bulletins.each do |post| %>
<tr>
<td><%= post.bulletin_category.title rescue nil %></td>
<td><%= link_to post.title, panel_announcement_front_end_bulletin_path(post, :category_id => post.bulletin_category_id) %>
</td>
<td><%= display_date_time(post.postdate) %></td>