summaryrefslogtreecommitdiff
path: root/source/aktuelles/blog.html.haml
diff options
context:
space:
mode:
authorLars Henrik Mai <lars.mai@kontinui.de>2014-10-21 23:37:40 +0200
committerLars Henrik Mai <lars.mai@kontinui.de>2014-10-21 23:37:40 +0200
commit90c0d3659850d71119a2825cfedc85f18e9c768f (patch)
tree706149937eab494e8563bc44348d7d75abb2c0e2 /source/aktuelles/blog.html.haml
parent4bdf438a0a0cfc1a3a4b099664883ab5a50baeff (diff)
layout fixes blog and calendar
Diffstat (limited to 'source/aktuelles/blog.html.haml')
-rw-r--r--source/aktuelles/blog.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/aktuelles/blog.html.haml b/source/aktuelles/blog.html.haml
index 875fb54..68f4c20 100644
--- a/source/aktuelles/blog.html.haml
+++ b/source/aktuelles/blog.html.haml
@@ -3,12 +3,16 @@ pageable: true
per_page: 10
section: "aktuelles"
---
+%h2
+ News
.pagination-centered
- if paginate && num_pages > 1
%ul.pagination
%li{:class => "previous left #{prev_page ? "" : "disabled"}"}= link_to 'Vorherige Seite', prev_page
%li{:class => "next right #{next_page ? "" : "disabled"}"}= link_to 'Nächste Seite', next_page
+
= partial "article", collection: page_articles
+
.pagination-centered
- if paginate && num_pages > 1
%ul.pagination