Remove Easterhegg announcement
This commit is contained in:
parent
de40d786d7
commit
67299eee5a
2 changed files with 0 additions and 15 deletions
|
|
@ -29,16 +29,6 @@ feed:
|
|||
Artikel und Notizen. Wenn Du diese automatisch beziehen möchtest, kannst
|
||||
Du sie <a href="/atom.xml">per Atom-Feed</a> abonnieren.
|
||||
</div>
|
||||
<div class="span8">
|
||||
<div class="well well-large" style="background-color:rgb(136,192,0)">
|
||||
<a href="http://eh14.easterhegg.eu/">
|
||||
<img src="/img/eh14logo-outline.svg" alt="Easterhegg-Logo" width="50%" class="pull-left" />
|
||||
<h2>Easterhegg 2014</h2>
|
||||
<p style="color:black">Das Easterhegg findet 2014 mit dem Codename „kEHrwoche“ vom 18. - 21.4. in Stuttgart statt!</p>
|
||||
<p style="color:black">Der shackspace und der CCC Stuttgart organisieren gemeinsam das Event - wir freuen uns auf euer Kommen!</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span4">
|
||||
|
|
|
|||
|
|
@ -5,11 +5,6 @@ style: none
|
|||
if (upcomingEvents.size>0)
|
||||
upcomingEvents.sort! { |a,b| a[:startdate].to_datetime <=> b[:startdate].to_datetime }
|
||||
%>
|
||||
<div class="well well-large" style="background-color:rgb(136,192,0)">
|
||||
<a href="http://eh14.easterhegg.eu/">
|
||||
<img src="/img/eh14logo-outline.svg" alt="Easterhegg-Logo" />
|
||||
</a>
|
||||
</div>
|
||||
<h1>Kalender</h1>
|
||||
<p>
|
||||
<%= render 'calendar_list', :events => upcomingEvents.first(10) %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue