diff --git a/app/views/welcome/_feeds.html.erb b/app/views/welcome/_feeds.html.erb index cab318596..489a0d74d 100644 --- a/app/views/welcome/_feeds.html.erb +++ b/app/views/welcome/_feeds.html.erb @@ -9,7 +9,7 @@ <% feed.items.each do |item| %>
- <% if feature?(:allow_images) && item.image.present? %> + <% if item.image.present? %>
<%= image_tag item.image_url(:thumb), @@ -17,8 +17,8 @@
<% end %> -
+
<%= link_to item.title, url_for(item) %>

<%= item.summary %>