diff options
| author | hukl <contact@smyck.org> | 2009-02-28 13:34:23 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-28 13:34:23 +0100 |
| commit | bd9067272e1bd5a8651c5b9fa66881782406c54c (patch) | |
| tree | cb9bb1961ab4b376636eb6b3e76312991b125c89 /app/views/content | |
| parent | cc74db30d930b0eaaf0ac29b19ddd452ea0c1462 (diff) | |
added custom partials to aggregators, added test and refactored some methods
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 009d639..e2f2877 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 |
