summaryrefslogtreecommitdiff
path: root/app/views/custom/page_templates
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-10-19 19:34:49 +0200
committerhukl <contact@smyck.org>2009-10-19 19:34:49 +0200
commit191eb515543f7a408a4fb3e3d585d2cd031fb880 (patch)
treef3fbb7baf8514eca3b7f9c4b17e07844a8e67b96 /app/views/custom/page_templates
parentb17fc81bbbbbedb346795935d12c6e163257fa55 (diff)
first set of css updates
Diffstat (limited to 'app/views/custom/page_templates')
-rw-r--r--app/views/custom/page_templates/public/standard_template.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/custom/page_templates/public/standard_template.html.erb b/app/views/custom/page_templates/public/standard_template.html.erb
index d4c80aa2..8cd88a68 100644
--- a/app/views/custom/page_templates/public/standard_template.html.erb
+++ b/app/views/custom/page_templates/public/standard_template.html.erb
@@ -2,9 +2,9 @@
2 <h2><%= @page.title %></h2> 2 <h2><%= @page.title %></h2>
3 <h3><%= date_for_page @page %>, <%= @page.user.try(:login) %></h3> 3 <h3><%= date_for_page @page %>, <%= @page.user.try(:login) %></h3>
4 <hr class="subtitle" /> 4 <hr class="subtitle" />
5 <p><em><%= sanitize( @page.abstract )%></em></p> 5 <div class="abstract"><p><em><%= sanitize( @page.abstract )%></em></p></div>
6 <div id="headline_image"><%= headline_image %></div> 6 <div id="headline_image"><%= headline_image %></div>
7 <%= aggregate?(@page.body) %> 7 <div class="body"><%= aggregate?(@page.body) %></div>
8</div> 8</div>
9 9
10<%= will_paginate(@content_collection) if @content_collection %> \ No newline at end of file 10<%= will_paginate(@content_collection) if @content_collection %> \ No newline at end of file