<%= unless @calentry.object.nil?
link_to @calentry.name.to_s, polymorphic_path(@calentry.object)
else
@calentry.name.to_s
end
%>
<%= link_to @calentry.name.to_s, polymorphic_path(@calentry.object)
%>
<%= I18n.l @calentry.start %>
<%= " bis " unless @calentry.ende.nil? %>
<%= I18n.l @calentry.ende %>
<%= @calentry.typ %>
<%= link_to 'Edit', edit_calentry_path(@calentry) %> |
<%= link_to 'Back', calendar_path(@calentry.calendar) %>