diff --git a/app/views/home/index.rhtml b/app/views/home/index.rhtml index f3fd6c6..8e7107a 100644 --- a/app/views/home/index.rhtml +++ b/app/views/home/index.rhtml @@ -3,31 +3,43 @@ <% end %> <% if @has_news %> -
<%= link_to(highlighted.title, highlighted.url) %>
- <%= show_date(highlighted.published_at, true) %>
<%= highlighted.first_paragraph %>
+<%= show_date(news.published_at, true) %> <%= link_to(news.title, news.url) %>
- <% end%> +