Remove Easterhegg announcement

This commit is contained in:
Stefan Schlott 2014-04-24 10:44:42 +02:00
parent de40d786d7
commit 67299eee5a
2 changed files with 0 additions and 15 deletions

View file

@ -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) %>