diff options
| author | hukl <contact@smyck.org> | 2009-03-04 23:57:32 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-04 23:57:32 +0100 |
| commit | f79a25b4303d8e7b81d9d6c2d25a0328f9524b48 (patch) | |
| tree | f221cdb519f5def29bdc1613c14c34ac72dc9445 | |
| parent | 98f6f775d27e3a5dadfbecdcbe6dec02f88367eb (diff) | |
moved aggregator partial
| -rw-r--r-- | app/views/custom/partials/_article.html.erb (renamed from app/views/content/_article.html.erb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/content/_article.html.erb b/app/views/custom/partials/_article.html.erb index 765b839..0a388f1 100644 --- a/app/views/content/_article.html.erb +++ b/app/views/custom/partials/_article.html.erb | |||
| @@ -2,6 +2,6 @@ | |||
| 2 | <hr/> | 2 | <hr/> |
| 3 | </div> | 3 | </div> |
| 4 | 4 | ||
| 5 | <h2><%= link_to page.title, "/#{page.node.unique_name}" %></h2> | 5 | <h2><%= link_to page.title, page.public_link %></h2> |
| 6 | <h3><%= date_for_page page %>, <%= author_for_page page %></h3> | 6 | <h3><%= date_for_page page %>, <%= author_for_page page %></h3> |
| 7 | <p><%= page.abstract %></p> \ No newline at end of file | 7 | <p><%= page.abstract %></p> \ No newline at end of file |
