Change annoucement share button position

This commit is contained in:
Manson Wang 2013-11-21 17:30:08 +08:00
parent 9837dd8f69
commit da874c582a
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<div class="info">
<div class="info1">
<span class="pull-right"><%= dislpay_view_count(@bulletin) %></span>
<span class="pull-right"><%= share_links(@bulletin, 'announcement') %></span>
<span class="date"><%= display_date_time(@bulletin.postdate) %></span>
<% unit = @bulletin.cache_dept[I18n.locale.to_s] rescue nil %>
<span><%= link_to unit,panel_announcement_front_end_index_bulletins_by_unit_path(:name=>unit) unless unit.blank? %></span>
@ -38,4 +39,4 @@
<% end %>
</div>
<%= share_links(@bulletin, 'announcement') %>