This commit is contained in:
unknown 2012-06-26 14:42:18 +08:00 committed by Christophe Vilayphiou
parent fce2762ec3
commit 89446ba796
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<% @bulletins.each do |post| %>
<li>
<div class="pic"><%= image_tag(post.image.url, :size => "120x90") if post.image.file %></div>
<div class="pic"><%= image_tag(post.image.url, :size => "90x90") if post.image.file %></div>
<%= link_to post.title[I18n.locale], panel_announcement_front_end_bulletin_path(post, :category_id => post.bulletin_category_id) %>
<span class="date"><%= display_date(post.postdate) %></span>
</li>