From f79a25b4303d8e7b81d9d6c2d25a0328f9524b48 Mon Sep 17 00:00:00 2001 From: hukl Date: Wed, 4 Mar 2009 23:57:32 +0100 Subject: moved aggregator partial --- app/views/content/_article.html.erb | 7 ------- app/views/custom/partials/_article.html.erb | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 app/views/content/_article.html.erb create mode 100644 app/views/custom/partials/_article.html.erb diff --git a/app/views/content/_article.html.erb b/app/views/content/_article.html.erb deleted file mode 100644 index 765b839..0000000 --- a/app/views/content/_article.html.erb +++ /dev/null @@ -1,7 +0,0 @@ -
-
-
- -

<%= link_to page.title, "/#{page.node.unique_name}" %>

-

<%= date_for_page page %>, <%= author_for_page page %>

-

<%= page.abstract %>

\ No newline at end of file diff --git a/app/views/custom/partials/_article.html.erb b/app/views/custom/partials/_article.html.erb new file mode 100644 index 0000000..0a388f1 --- /dev/null +++ b/app/views/custom/partials/_article.html.erb @@ -0,0 +1,7 @@ +
+
+
+ +

<%= link_to page.title, page.public_link %>

+

<%= date_for_page page %>, <%= author_for_page page %>

+

<%= page.abstract %>

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