From 89446ba796e68666ff109f7d55c76ba31fe07ff2 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 26 Jun 2012 14:42:18 +0800 Subject: [PATCH] demo --- .../views/panel/announcement/widget/bulletins/_index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/built_in_modules/announcement/app/views/panel/announcement/widget/bulletins/_index.html.erb b/vendor/built_in_modules/announcement/app/views/panel/announcement/widget/bulletins/_index.html.erb index 5637504c..681e4129 100644 --- a/vendor/built_in_modules/announcement/app/views/panel/announcement/widget/bulletins/_index.html.erb +++ b/vendor/built_in_modules/announcement/app/views/panel/announcement/widget/bulletins/_index.html.erb @@ -7,7 +7,7 @@ <% @bulletins.each do |post| %>
  • -
    <%= image_tag(post.image.url, :size => "120x90") if post.image.file %>
    +
    <%= image_tag(post.image.url, :size => "90x90") if post.image.file %>
    <%= link_to post.title[I18n.locale], panel_announcement_front_end_bulletin_path(post, :category_id => post.bulletin_category_id) %> <%= display_date(post.postdate) %>