forked from bofh/fetsite
12 lines
195 B
Plaintext
12 lines
195 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%>
|
|
<%= calentry.text %>
|
|
|
|
|
|
</div>
|