From da874c582a5631508a9d8e1b7db1a61a3f211576 Mon Sep 17 00:00:00 2001 From: Manson Wang Date: Thu, 21 Nov 2013 17:30:08 +0800 Subject: [PATCH] Change annoucement share button position --- .../views/panel/announcement/front_end/bulletins/show.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vendor/built_in_modules/announcement/app/views/panel/announcement/front_end/bulletins/show.html.erb b/vendor/built_in_modules/announcement/app/views/panel/announcement/front_end/bulletins/show.html.erb index 0f60d98e6..c0865478f 100644 --- a/vendor/built_in_modules/announcement/app/views/panel/announcement/front_end/bulletins/show.html.erb +++ b/vendor/built_in_modules/announcement/app/views/panel/announcement/front_end/bulletins/show.html.erb @@ -3,6 +3,7 @@
<%= dislpay_view_count(@bulletin) %> + <%= share_links(@bulletin, 'announcement') %> <%= display_date_time(@bulletin.postdate) %> <% unit = @bulletin.cache_dept[I18n.locale.to_s] rescue nil %> <%= link_to unit,panel_announcement_front_end_index_bulletins_by_unit_path(:name=>unit) unless unit.blank? %> @@ -38,4 +39,4 @@ <% end %>
-<%= share_links(@bulletin, 'announcement') %> +