summaryrefslogtreecommitdiff
path: root/source/aktuelles
diff options
context:
space:
mode:
Diffstat (limited to 'source/aktuelles')
-rw-r--r--source/aktuelles/blog.html.haml18
-rw-r--r--source/aktuelles/index.html.haml26
2 files changed, 10 insertions, 34 deletions
diff --git a/source/aktuelles/blog.html.haml b/source/aktuelles/blog.html.haml
index fbbffcd..875fb54 100644
--- a/source/aktuelles/blog.html.haml
+++ b/source/aktuelles/blog.html.haml
@@ -3,12 +3,14 @@ pageable: true
per_page: 10
section: "aktuelles"
---
-- if paginate && num_pages > 1
- %ul.pager
- %li{:class => "previous #{prev_page ? "" : "disabled"}"}= link_to 'Vorherige Seite', prev_page
- %li{:class => "next #{next_page ? "" : "disabled"}"}= link_to 'Nächste Seite', next_page
+.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
-- if paginate && num_pages > 1
- %ul.pager
- %li{:class => "previous #{prev_page ? "" : "disabled"}"}= link_to 'Vorherige Seite', prev_page
- %li{:class => "next #{next_page ? "" : "disabled"}"}= link_to 'Nächste Seite', next_page
+.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
diff --git a/source/aktuelles/index.html.haml b/source/aktuelles/index.html.haml
deleted file mode 100644
index 59eccd8..0000000
--- a/source/aktuelles/index.html.haml
+++ /dev/null
@@ -1,26 +0,0 @@
----
-section: "aktuelles"
----
-%div
- %h3 Demnächst im sublab
- %p BattleMeshV7 - 12. bis 18. Mai 2014
- %p CryptoCon14 - 22. bis 25. Mai 2014
-%div
- %h3 Neues aus dem sublab
- %p= link_to "Alle News >>", "/news.html"
- = partial "article_summary", collection: blog.articles[0..2]
-%div
- %h3 @sublab tweets
- %p
- %strong sublab
- @sublab Apr 5
- %br/
- WTF? LOL!
- %p
- %strong about:radio
- @aboutradio Apr 5
- %br/
- Heute von 16-18Uhr: about:radio u.a. zu den Themen: Libre Graphics Meeting in Leipzig, Kamera in der Simildenstrasse
-%div
- %h3 Wiki Aktivität
- = partial "wiki_changes"