icon for event changed

This commit is contained in:
Andreas Stephanides
2013-11-28 14:25:26 +01:00
parent 8d0993a121
commit a1ba067921
3 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<div class="contentbox">
<%= image_tag("/calendar-day-icon-small.png") %>
<%= image_tag("/iconnavy/time.png") %>
<% if calentry.start.to_date == calentry.ende.to_date
format=:timeonly
else

View File

@@ -10,7 +10,7 @@
<small><%= neuigkeit.rubrik.name %></small>
<small class="pull-right"><%= "am "+ I18n.l(neuigkeit.try(:datum).try(:to_date)) unless neuigkeit.try(:datum).try(:to_date).nil? %></small>
</div>
<h1><%= image_tag("/calendar-day-icon-small.png") if neuigkeit.has_calentries? %>
<h1><%= image_tag("/iconnavy/time.png") if neuigkeit.has_calentries? %>
<%= neuigkeit.title%></h1>
<%= raw(neuigkeit.text_first_words) unless neuigkeit.text.nil?%>
</div>

BIN
public/iconnavy/time.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 B