From 191eb515543f7a408a4fb3e3d585d2cd031fb880 Mon Sep 17 00:00:00 2001 From: hukl Date: Mon, 19 Oct 2009 19:34:49 +0200 Subject: first set of css updates --- app/views/custom/page_templates/public/standard_template.html.erb | 4 ++-- app/views/custom/partials/_article.html.erb | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'app/views') 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 d4c80aa..8cd88a6 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 @@

<%= @page.title %>

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


-

<%= sanitize( @page.abstract )%>

+

<%= sanitize( @page.abstract )%>

<%= headline_image %>
- <%= aggregate?(@page.body) %> +
<%= aggregate?(@page.body) %>
<%= will_paginate(@content_collection) if @content_collection %> \ No newline at end of file diff --git a/app/views/custom/partials/_article.html.erb b/app/views/custom/partials/_article.html.erb index dfad62a..4f772ae 100644 --- a/app/views/custom/partials/_article.html.erb +++ b/app/views/custom/partials/_article.html.erb @@ -1,8 +1,7 @@
-

<%= link_to_path page.title, page.node.unique_name %>

+

<%= link_to_path page.title, page.node.unique_name %>

<%= date_for_page page %>, <%= author_for_page page %>

<%= page.abstract %>

-
\ No newline at end of file -- cgit v1.3