diff options
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 | ||
