From 90c0d3659850d71119a2825cfedc85f18e9c768f Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Tue, 21 Oct 2014 23:37:40 +0200 Subject: layout fixes blog and calendar --- source/aktuelles/blog.html.haml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/aktuelles/blog.html.haml') 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 -- cgit v1.2.1