summaryrefslogtreecommitdiff
path: root/app/views/content/_article.html.erb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-02-22 11:27:51 +0100
committerhukl <contact@smyck.org>2009-02-22 11:27:51 +0100
commite0d5557a9e7f88050da2ccb42e02397952cded0d (patch)
treea2870b9ebab8081ab725d3ee6bbb851527f50067 /app/views/content/_article.html.erb
parentea36234c990336cfa4a3ee1b6b80d5c9863c0676 (diff)
lots of view improvements - not ready though
Diffstat (limited to 'app/views/content/_article.html.erb')
-rw-r--r--app/views/content/_article.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/content/_article.html.erb b/app/views/content/_article.html.erb
index 1e06787..009d639 100644
--- a/app/views/content/_article.html.erb
+++ b/app/views/content/_article.html.erb
@@ -2,5 +2,5 @@
2 <hr/> 2 <hr/>
3</div> 3</div>
4<h2><%= article.title %></h2> 4<h2><%= article.title %></h2>
5<h3><%= date_for_page article %>, gregoa</h3> 5<h3><%= date_for_page article %>, <%= @page.user.login %></h3>
6<p><%= article.abstract %></p> \ No newline at end of file 6<p><%= article.abstract %></p> \ No newline at end of file