Remove Easterhegg announcement
This commit is contained in:
parent
de40d786d7
commit
67299eee5a
2 changed files with 0 additions and 15 deletions
|
|
@ -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