diff options
| author | hukl <hukl@eight.local> | 2009-02-02 21:12:50 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-02-02 21:12:50 +0100 |
| commit | a5d0690d323b2f45fb4210470461b35ebe31e826 (patch) | |
| tree | 25b4b6e709958ae3c4ad2d05e0f7e19af2ae2c8e /app/views/content/_article.html.erb | |
| parent | d7fbc1351dce84f27becd8b2d1cdb450ed94684b (diff) | |
| parent | d0c3cd743e8500f643ff54b93e4a599c7e16b9d1 (diff) | |
Merge branch 'aggregate_xml' into poc1
Diffstat (limited to 'app/views/content/_article.html.erb')
| -rw-r--r-- | app/views/content/_article.html.erb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/content/_article.html.erb b/app/views/content/_article.html.erb new file mode 100644 index 0000000..1e06787 --- /dev/null +++ b/app/views/content/_article.html.erb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | <div class="teaserruler"> | ||
| 2 | <hr/> | ||
| 3 | </div> | ||
| 4 | <h2><%= article.title %></h2> | ||
| 5 | <h3><%= date_for_page article %>, gregoa</h3> | ||
| 6 | <p><%= article.abstract %></p> \ No newline at end of file | ||
