Commit 487f425f834fd5fbf8004f4916bd330cd733d221

Authored by Antonio Terceiro
1 parent a38c61d2

ActionItem1218: adding a "Read more" link

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
app/views/home/index.rhtml
... ... @@ -11,6 +11,9 @@
11 11 <h2><%= link_to(highlighted.title, highlighted.url, :class => 'post-title') %></h2>
12 12 <span class="post-date"><%= show_date(highlighted.published_at, true) %> </span></p>
13 13 <p class='headline'><%= highlighted.first_paragraph %></p>
  14 + <p class='highlighted-news-read-more'>
  15 + <%= link_to(_('Read more'), highlighted.url) %>
  16 + </p>
14 17 <br style='clear:both' />
15 18 </div>
16 19 <% end%>
... ...