diff options
Diffstat (limited to 'app/views/content')
| -rw-r--r-- | app/views/content/_article.html.erb | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
| 1 | <div class="teaserruler"> | 1 | <div class="teaserruler"> |
| 2 | <hr/> | 2 | <hr/> |
| 3 | </div> | 3 | </div> |
| 4 | <h2><%= article.title %></h2> | 4 | <h2><%= page.title %></h2> |
| 5 | <h3><%= date_for_page article %>, <%= @page.user.login %></h3> | 5 | <h3><%= date_for_page page %>, <%= page.user.login %></h3> |
| 6 | <p><%= article.abstract %></p> \ No newline at end of file | 6 | <p><%= page.abstract %></p> \ No newline at end of file |
