mehrere Termine je neuigkeit

This commit is contained in:
Andreas Stephanides
2013-11-13 12:50:04 +01:00
parent 0b6ed94662
commit e62f5a2600
18 changed files with 69 additions and 26 deletions

View File

@@ -24,7 +24,7 @@
</div>
<div class="row-fluid">
<%= calendar @calendar.calentries do |entry| %>
<div><%= link_to entry.name.to_s, entry %></div>
<div><%= link_to entry.name.to_s, polymorphic_path(entry.object) %></div>
<% end %>
</div>
<div class="row-fluid">