summaryrefslogtreecommitdiff
path: root/app/views/custom
diff options
context:
space:
mode:
authorevelyn <evelyn@eyelyn.local>2009-11-08 23:20:02 +0100
committerevelyn <evelyn@eyelyn.local>2009-11-08 23:20:02 +0100
commit2c9a87cb04556e0ed4deaa2e17869dfb1ef8f2c9 (patch)
tree5bc6481fcc69f70e72d259a5ae2b1fb01876cc06 /app/views/custom
parenta09f2db9a1c211f585c5367170c976e40449f5e6 (diff)
headline angepasst
Diffstat (limited to 'app/views/custom')
-rw-r--r--app/views/custom/page_templates/public/no_date_and_author.html.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/custom/page_templates/public/no_date_and_author.html.erb b/app/views/custom/page_templates/public/no_date_and_author.html.erb
index 92d2fb8..b019805 100644
--- a/app/views/custom/page_templates/public/no_date_and_author.html.erb
+++ b/app/views/custom/page_templates/public/no_date_and_author.html.erb
@@ -1,6 +1,5 @@
1<div class="article"> 1<div class="article">
2 <h2><%= @page.title %></h2> 2 <h2 class="headline"><%= @page.title %></h2>
3 <hr class="subtitle" />
4 <p><%= sanitize( @page.abstract ) %></p> 3 <p><%= sanitize( @page.abstract ) %></p>
5 <div id="headline_image"><%= headline_image %></div> 4 <div id="headline_image"><%= headline_image %></div>
6 <%= aggregate?(@page.body) %> 5 <%= aggregate?(@page.body) %>