summaryrefslogtreecommitdiff
path: root/app/views/custom
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-04 23:57:32 +0100
committerhukl <contact@smyck.org>2009-03-04 23:57:32 +0100
commitf79a25b4303d8e7b81d9d6c2d25a0328f9524b48 (patch)
treef221cdb519f5def29bdc1613c14c34ac72dc9445 /app/views/custom
parent98f6f775d27e3a5dadfbecdcbe6dec02f88367eb (diff)
moved aggregator partial
Diffstat (limited to 'app/views/custom')
-rw-r--r--app/views/custom/partials/_article.html.erb7
1 files changed, 7 insertions, 0 deletions
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 @@
1<div class="teaserruler">
2 <hr/>
3</div>
4
5<h2><%= link_to page.title, page.public_link %></h2>
6<h3><%= date_for_page page %>, <%= author_for_page page %></h3>
7<p><%= page.abstract %></p> \ No newline at end of file