remove announcement category column in announcement
This commit is contained in:
		
							parent
							
								
									987e6fff2b
								
							
						
					
					
						commit
						2d2172752f
					
				| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue