From 8270fce1a261a86f4b8b71c406a3fb37e0fcff9e Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 1 Sep 2009 12:20:37 +0200 Subject: changed templates to display image beneath abstract --- app/views/custom/page_templates/public/no_date_and_author.html.erb | 1 + app/views/custom/page_templates/public/standard_template.html.erb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 254fe45..32eb64a 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 @@ -2,6 +2,7 @@

<%= @page.title %>


<%= @page.abstract %>

+

<%= headline_image %>

<%= aggregate?(@page.body) %> 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 6fe7176..d321472 100644 --- a/app/views/custom/page_templates/public/standard_template.html.erb +++ b/app/views/custom/page_templates/public/standard_template.html.erb @@ -2,8 +2,8 @@

<%= @page.title %>

<%= date_for_page @page %>, <%= @page.user.try(:login) %>


-

<%= headline_image %>

<%= @page.abstract %>

+

<%= headline_image %>

<%= aggregate?(@page.body) %> -- cgit v1.3