summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-08-15 22:29:57 +0200
committerhukl <contact@smyck.org>2009-08-15 22:29:57 +0200
commitb8717e4fe005a8df13a4983943184881f87d97be (patch)
treea67620b7da0def661ae00571593def8bad4fc7c8 /app/views
parentb826671766f2831439b5441683dd9019062bb4bd (diff)
added pagination for aggregators. costed me the whole day. crappy plugins ARGH! More work to do!
Diffstat (limited to 'app/views')
-rw-r--r--app/views/custom/page_templates/public/no_date_and_author.html.erb4
-rw-r--r--app/views/custom/page_templates/public/standard_template.html.erb4
2 files changed, 6 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 4eda744..254fe45 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
@@ -3,4 +3,6 @@
3 <hr class="subtitle" /> 3 <hr class="subtitle" />
4 <p><em><%= @page.abstract %></em></p> 4 <p><em><%= @page.abstract %></em></p>
5 <%= aggregate?(@page.body) %> 5 <%= aggregate?(@page.body) %>
6</div> \ No newline at end of file 6</div>
7
8<p><%= will_paginate(@content_collection) if @content_collection %></p> \ 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 4c21667..1822491 100644
--- a/app/views/custom/page_templates/public/standard_template.html.erb
+++ b/app/views/custom/page_templates/public/standard_template.html.erb
@@ -4,4 +4,6 @@
4 <hr class="subtitle" /> 4 <hr class="subtitle" />
5 <p><em><%= @page.abstract %></em></p> 5 <p><em><%= @page.abstract %></em></p>
6 <%= aggregate?(@page.body) %> 6 <%= aggregate?(@page.body) %>
7</div> \ No newline at end of file 7</div>
8
9<p><%= will_paginate(@content_collection) if @content_collection %></p> \ No newline at end of file