From bd9067272e1bd5a8651c5b9fa66881782406c54c Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 28 Feb 2009 13:34:23 +0100 Subject: added custom partials to aggregators, added test and refactored some methods --- app/views/content/_article.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/views/content') diff --git a/app/views/content/_article.html.erb b/app/views/content/_article.html.erb index 009d6396..e2f2877f 100644 --- a/app/views/content/_article.html.erb +++ b/app/views/content/_article.html.erb @@ -1,6 +1,6 @@

-

<%= article.title %>

-

<%= date_for_page article %>, <%= @page.user.login %>

-

<%= article.abstract %>

\ No newline at end of file +

<%= page.title %>

+

<%= date_for_page page %>, <%= page.user.login %>

+

<%= page.abstract %>

\ No newline at end of file -- cgit v1.3