Files
fetsite/app/views/calendars/_calentries.html.erb

6 lines
159 B
Plaintext

<% unless object.nil? %>
<%= calendar object do |entry| %>
<div><%= link_to entry.name.to_s, polymorphic_path(entry.object) %></div>
<% end %>
<% end %>