forked from bofh/fetsite
6 lines
159 B
Plaintext
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 %>
|