Fix announcement front-end bug
This commit is contained in:
		
							parent
							
								
									9b1ada0af9
								
							
						
					
					
						commit
						112f7000a0
					
				| 
						 | 
					@ -225,39 +225,40 @@
 | 
				
			||||||
		</ul>
 | 
							</ul>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<table class="table table-bordered">
 | 
						<table class="table table-bordered">
 | 
				
			||||||
  <tr>
 | 
						  <tr>
 | 
				
			||||||
      <%= content_tag (:th) do %>
 | 
						      <%= content_tag (:th) do %>
 | 
				
			||||||
        <%= t(:category) %>
 | 
						        <%= t(:category) %>
 | 
				
			||||||
      <% end  if (!params[:search_query].blank? or params[:category_id].blank?)-%>
 | 
						      <% end  if (!params[:search_query].blank? or params[:category_id].blank?)-%>
 | 
				
			||||||
	<th><%= t(:title) %></th>
 | 
							<th><%= t(:title) %></th>
 | 
				
			||||||
	<th><%= t(:postdate) %></th>
 | 
							<th><%= t(:postdate) %></th>
 | 
				
			||||||
  </tr>
 | 
						  </tr>
 | 
				
			||||||
    <% if !params[:name].blank?%>
 | 
						    <% if !params[:name].blank?%>
 | 
				
			||||||
      <%= t("search.unit_get",:unit_name => params[:name],:item_num=>@bulletins.count) %>
 | 
						      <%= t("search.unit_get",:unit_name => params[:name],:item_num=>@bulletins.count) %>
 | 
				
			||||||
    <% end %>
 | 
						    <% end %>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <% if @bulletins.blank? and !params[:search_query].blank? %>
 | 
						    <% if @bulletins.blank? and !params[:search_query].blank? %>
 | 
				
			||||||
      <%=render :partial => 'shared/search_not_found'  %>
 | 
						      <%=render :partial => 'shared/search_not_found'  %>
 | 
				
			||||||
      <% elsif  !params[:search_query].blank?  %>
 | 
						      <% elsif  !params[:search_query].blank?  %>
 | 
				
			||||||
        <%= t("search.result_get",:search_word => params[:search_query],:item_num=>@bulletins.count) unless (@bulletins.count == 30) %>
 | 
						        <%= t("search.result_get",:search_word => params[:search_query],:item_num=>@bulletins.count) unless (@bulletins.count == 30) %>
 | 
				
			||||||
        <%= t("search.too_many",:search_word => params[:search_query],:exceed_num=>@bulletins.count) if (@bulletins.count ==30) %>
 | 
						        <%= t("search.too_many",:search_word => params[:search_query],:exceed_num=>@bulletins.count) if (@bulletins.count ==30) %>
 | 
				
			||||||
     <% end %>
 | 
						     <% end %>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						<% @bulletins.each do |post| %>
 | 
				
			||||||
 | 
						  <tr class=<%= cycle('odd', '') %>>
 | 
				
			||||||
 | 
						      <%= content_tag(:th) do%>
 | 
				
			||||||
 | 
							   <td><%= (post.bulletin_category.title rescue nil ) %></td>
 | 
				
			||||||
 | 
						     <% end if(!params[:search_query].blank?  or params[:category_id].blank?) %>
 | 
				
			||||||
 | 
								<td><%= link_to post.title, panel_announcement_front_end_bulletin_path(post, :category_id => post.bulletin_category_id) %>
 | 
				
			||||||
 | 
								<%#= link_to post.title, panel_announcement_back_end_bulletin_path(post) %>
 | 
				
			||||||
 | 
								</td>
 | 
				
			||||||
 | 
								<td class="date"><%= display_date_time(post.postdate) %></td>
 | 
				
			||||||
 | 
						  </tr>
 | 
				
			||||||
 | 
						  
 | 
				
			||||||
 | 
						<% end %>
 | 
				
			||||||
 | 
						</table>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<% @bulletins.each do |post| %>
 | 
					 | 
				
			||||||
  <tr class=<%= cycle('odd', '') %>>
 | 
					 | 
				
			||||||
      <%= content_tag(:th) do%>
 | 
					 | 
				
			||||||
	   <td><%= (post.bulletin_category.title rescue nil ) %></td>
 | 
					 | 
				
			||||||
     <% end if(!params[:search_query].blank?  or params[:category_id].blank?) %>
 | 
					 | 
				
			||||||
		<td><%= link_to post.title, panel_announcement_front_end_bulletin_path(post, :category_id => post.bulletin_category_id) %>
 | 
					 | 
				
			||||||
		<%#= link_to post.title, panel_announcement_back_end_bulletin_path(post) %>
 | 
					 | 
				
			||||||
		</td>
 | 
					 | 
				
			||||||
		<td class="date"><%= display_date_time(post.postdate) %></td>
 | 
					 | 
				
			||||||
  </tr>
 | 
					 | 
				
			||||||
  
 | 
					 | 
				
			||||||
<% end %>
 | 
					<% end %>
 | 
				
			||||||
</table>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<% else %>
 | 
					<% else %>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	<table class="table table-bordered">
 | 
						<table class="table table-bordered">
 | 
				
			||||||
| 
						 | 
					@ -270,7 +271,7 @@
 | 
				
			||||||
	<% @bulletins.each do |post| %>
 | 
						<% @bulletins.each do |post| %>
 | 
				
			||||||
	  <tr>
 | 
						  <tr>
 | 
				
			||||||
		<td><%= post.bulletin_category.i18n_variable[I18n.locale] rescue nil %></td>
 | 
							<td><%= post.bulletin_category.i18n_variable[I18n.locale] rescue nil %></td>
 | 
				
			||||||
		<td><%= link_to post.title[I18n.locale], panel_announcement_front_end_bulletin_path(post, :category_id => post.bulletin_category_id) %>
 | 
							<td><%= link_to post.title, panel_announcement_front_end_bulletin_path(post, :category_id => post.bulletin_category_id) %>
 | 
				
			||||||
		<%#= link_to post.title, panel_announcement_back_end_bulletin_path(post) %>
 | 
							<%#= link_to post.title, panel_announcement_back_end_bulletin_path(post) %>
 | 
				
			||||||
		</td>
 | 
							</td>
 | 
				
			||||||
		<td><%= display_date_time(post.postdate) %></td>
 | 
							<td><%= display_date_time(post.postdate) %></td>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue