forked from bofh/fetsite
11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
<div class="contentbox">
|
|
<%= image_tag("/iconnavy/time.png") %>
|
|
<% if calentry.start.to_date == calentry.ende.to_date
|
|
format=:timeonly
|
|
else
|
|
format =:default
|
|
end%>
|
|
<%= link_to calentry.text, calentry_path(calentry) %>
|
|
|
|
</div>
|