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) %>