diff options
| author | hukl <contact@smyck.org> | 2009-03-02 08:55:04 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-02 08:55:04 +0100 |
| commit | 7854bffd9b9ec69f47b28a0ebe8aab8c6fc2eb7d (patch) | |
| tree | e8119041fdc13f44db5d2c67928c5277ff09cdef /app/views/content/_article.html.erb | |
| parent | ddb70c67ffe7e78d33f47eee633926ed3f4823f2 (diff) | |
template changes. now lets link that stuff together
Diffstat (limited to 'app/views/content/_article.html.erb')
| -rw-r--r-- | app/views/content/_article.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/content/_article.html.erb b/app/views/content/_article.html.erb index 10f47d2..765b839 100644 --- a/app/views/content/_article.html.erb +++ b/app/views/content/_article.html.erb | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | <div class="teaserruler"> | 1 | <div class="teaserruler"> |
| 2 | <hr/> | 2 | <hr/> |
| 3 | </div> | 3 | </div> |
| 4 | <h2><%= page.title %></h2> | 4 | |
| 5 | <h2><%= link_to page.title, "/#{page.node.unique_name}" %></h2> | ||
| 5 | <h3><%= date_for_page page %>, <%= author_for_page page %></h3> | 6 | <h3><%= date_for_page page %>, <%= author_for_page page %></h3> |
| 6 | <p><%= page.abstract %></p> \ No newline at end of file | 7 | <p><%= page.abstract %></p> \ No newline at end of file |
