From 5fc679e0ca3ab18b04688a7d9fab3cf990cb8152 Mon Sep 17 00:00:00 2001 From: Christophe Vilayphiou Date: Sat, 4 Aug 2012 16:16:28 +0800 Subject: [PATCH] Toggle line color for announcement frontend --- .../announcement/front_end/bulletins/index.html.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vendor/built_in_modules/announcement/app/views/panel/announcement/front_end/bulletins/index.html.erb b/vendor/built_in_modules/announcement/app/views/panel/announcement/front_end/bulletins/index.html.erb index 8e512aa6..6049186d 100644 --- a/vendor/built_in_modules/announcement/app/views/panel/announcement/front_end/bulletins/index.html.erb +++ b/vendor/built_in_modules/announcement/app/views/panel/announcement/front_end/bulletins/index.html.erb @@ -21,12 +21,12 @@ <%= t("search.result_get",:search_word => params[:search_query],:item_num=>@bulletins.count) %> <% end %> <% @bulletins.each do |post| %> - - <%= (post.bulletin_category.title rescue nil ) if !params[:search_query].blank? %> - <%= 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) %> - - <%= display_date_time(post.postdate) %> + > + <%= (post.bulletin_category.title rescue nil ) if !params[:search_query].blank? %> + <%= 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) %> + + <%= display_date_time(post.postdate) %> <% end %>