summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-07-12 17:25:41 +0200
committerhukl <contact@smyck.org>2009-07-12 17:25:41 +0200
commit04e76b1c4fc73adbab416e3a51a31510adf09087 (patch)
tree710ce26a008bda5d613d8a61b1fcab9a5dee7820
parentc0784dbfb85294036611766d6a30982edf45b407 (diff)
clean up for article partial
-rw-r--r--app/views/custom/partials/_article.html.erb2
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 0a388f1..62aa742 100644
--- a/app/views/custom/partials/_article.html.erb
+++ b/app/views/custom/partials/_article.html.erb
@@ -3,5 +3,5 @@
3</div> 3</div>
4 4
5<h2><%= link_to page.title, page.public_link %></h2> 5<h2><%= link_to page.title, page.public_link %></h2>
6<h3><%= date_for_page page %>, <%= author_for_page page %></h3> 6<div class="author_and_date"><%= date_for_page page %>, <%= author_for_page page %></div>
7<p><%= page.abstract %></p> \ No newline at end of file 7<p><%= page.abstract %></p> \ No newline at end of file