From 487f425f834fd5fbf8004f4916bd330cd733d221 Mon Sep 17 00:00:00 2001
From: Antonio Terceiro
Date: Tue, 15 Sep 2009 13:51:39 -0300
Subject: [PATCH] ActionItem1218: adding a "Read more" link
---
app/views/home/index.rhtml | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/app/views/home/index.rhtml b/app/views/home/index.rhtml
index 056a623..50e7a5e 100644
--- a/app/views/home/index.rhtml
+++ b/app/views/home/index.rhtml
@@ -11,6 +11,9 @@
<%= link_to(highlighted.title, highlighted.url, :class => 'post-title') %>
<%= show_date(highlighted.published_at, true) %>
<%= highlighted.first_paragraph %>
+
+ <%= link_to(_('Read more'), highlighted.url) %>
+
<% end%>
--
libgit2 0.21.2