From 4aa4a0e4a44735d22ac7f8fd1b12b19699af087b Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 1 Sep 2009 11:49:56 +0200 Subject: added expirimental routing for image galeries added plain image gallery template refinements --- app/views/custom/page_templates/public/gallery.html.erb | 5 +++++ app/views/custom/page_templates/public/standard_template.html.erb | 1 + 2 files changed, 6 insertions(+) create mode 100644 app/views/custom/page_templates/public/gallery.html.erb (limited to 'app/views') diff --git a/app/views/custom/page_templates/public/gallery.html.erb b/app/views/custom/page_templates/public/gallery.html.erb new file mode 100644 index 00000000..7511db35 --- /dev/null +++ b/app/views/custom/page_templates/public/gallery.html.erb @@ -0,0 +1,5 @@ + \ No newline at end of file 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 1822491b..6fe71766 100644 --- a/app/views/custom/page_templates/public/standard_template.html.erb +++ b/app/views/custom/page_templates/public/standard_template.html.erb @@ -2,6 +2,7 @@

<%= @page.title %>

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


+

<%= headline_image %>

<%= @page.abstract %>

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