Automatically link to flyer/poster

This commit is contained in:
Stefan Schlott 2013-09-06 10:21:11 +02:00
parent 9fbccff825
commit 02090eb134
2 changed files with 9 additions and 3 deletions

View file

@ -39,9 +39,7 @@ feed:
<h1><a href="<%= upcomingEvents[0].path() %>">Nächster Vortrag</a></h1>
<%= render 'event_header', :item => upcomingEvents[0], :heading => false, :link => false %>
<p>
<a itemprop="url" href="<%= upcomingEvents[0].path() %>">Weitere Informationen</a> -
<a href="#">Flyer (PDF)</a> -
<a href="#">Aushang (PDF)</a>
<a itemprop="url" href="<%= upcomingEvents[0].path() %>">Weitere Informationen</a>
</p>
</article>
</div>