blob: abd9728045c79970f8f596399b732a8d6cb8e144 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
---
title: sublab - Ein Hackerspace in Leipzig
---
.row
.columns
%h2 sublab - Ein Hackerspace in Leipzig
%p.lead
Das sublab ist ein
= succeed "." do
%a{:href => "/wiki/Hackerspace"} Hackerspace
Es bietet technik- und netzaffinen Menschen aus Leipzig und Umgebung, sowie der
ganzen Welt einen Ort zum kreativen Ideen- und Erfahrungsaustausch.
%br/
= link_to("Mehr zum sublab", "/ueber.html")
.row
.panel
%h3 Demnächst im sublab
%p BattleMeshV7 - 12. bis 18. Mai 2014
%p CryptoCon14 - 22. bis 25. Mai 2014
.row
- current_week.each_with_index do |date, i|
- dow_classes = ["columns", "small-12", "medium-4", "large-1", "dow-columns"]
- dow_classes << "end" if i == 6
%div{class: dow_classes}
%h5= date.strftime("%A")
%ul
- events_on(date).each do |ev|
%li
= "%s: %s" % [ev.start_time, ev.summary]
.row
.columns
%h3 Neues aus dem sublab
%p= link_to "Alle News >>", "/aktuelles/blog.html"
= partial "article_summary", collection: blog.articles[0..2]
.row
.columns
%h3 @sublab tweets
- data.tweets.map {|atts| Tweet.new(atts) }.each do |tweet|
%p
%strong= tweet.user_name
= tweet.user_screen_name
= tweet.created_at
%br
= tweet.text
.row
.columns
%h3 Wiki Aktivität
%ul
- wiki_changes.each do |item|
%li
= item.datetime
|
= link_to_wiki(item.page)
changed by
= link_to_wiki(item.username)
- if item.changelog
|
= item.changelog
|