diff options
| author | hukl <contact@smyck.org> | 2012-02-18 22:43:47 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2012-02-18 22:43:47 +0100 |
| commit | 715ffe00f4219682a99f02ddf352909a59601dd7 (patch) | |
| tree | 0a265c12c660e2f0eaa564ddb986200f3909b49f /app/views/custom/partials/_article.html.erb | |
| parent | 99579f95be6deb2d2e4b7de1ba42f082971906b9 (diff) | |
small style improvements. more button added
Diffstat (limited to 'app/views/custom/partials/_article.html.erb')
| -rw-r--r-- | app/views/custom/partials/_article.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/custom/partials/_article.html.erb b/app/views/custom/partials/_article.html.erb index 4f772ae..433c31c 100644 --- a/app/views/custom/partials/_article.html.erb +++ b/app/views/custom/partials/_article.html.erb | |||
| @@ -3,5 +3,5 @@ | |||
| 3 | <div class="author_and_date"> | 3 | <div class="author_and_date"> |
| 4 | <%= date_for_page page %>, <%= author_for_page page %> | 4 | <%= date_for_page page %>, <%= author_for_page page %> |
| 5 | </div> | 5 | </div> |
| 6 | <p class="excerpt"><%= page.abstract %></p> | 6 | <p class="excerpt"><%= page.abstract %> <%= link_to_path t(:more), page.node.unique_name %></p> |
| 7 | </div> \ No newline at end of file | 7 | </div> \ No newline at end of file |
