summaryrefslogtreecommitdiff
path: root/app/views/custom
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-12 18:56:27 +0200
committerhukl <contact@smyck.org>2009-09-12 18:56:27 +0200
commitfb4de839e1c4ef5f0d5d3e5f14ce14ab8086901c (patch)
treec37983ab870ed3f9aafb533e42ca922d9b1cddc6 /app/views/custom
parent7d2d62c6e75dd0885b3fa2e029350cb474b1c653 (diff)
added a new template without title, abstract date and author
Diffstat (limited to 'app/views/custom')
-rw-r--r--app/views/custom/page_templates/public/no_title_abstract_date_and_author.html.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/custom/page_templates/public/no_title_abstract_date_and_author.html.erb b/app/views/custom/page_templates/public/no_title_abstract_date_and_author.html.erb
new file mode 100644
index 0000000..eab658c
--- /dev/null
+++ b/app/views/custom/page_templates/public/no_title_abstract_date_and_author.html.erb
@@ -0,0 +1,6 @@
1<div class="article">
2 <div><%= headline_image %></div>
3 <%= aggregate?(@page.body) %>
4</div>
5
6<%= will_paginate(@content_collection) if @content_collection %> \ No newline at end of file