forked from bofh/fetsite
icon for event changed
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<div class="contentbox">
|
<div class="contentbox">
|
||||||
<%= image_tag("/calendar-day-icon-small.png") %>
|
<%= image_tag("/iconnavy/time.png") %>
|
||||||
<% if calentry.start.to_date == calentry.ende.to_date
|
<% if calentry.start.to_date == calentry.ende.to_date
|
||||||
format=:timeonly
|
format=:timeonly
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<small><%= neuigkeit.rubrik.name %></small>
|
<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>
|
<small class="pull-right"><%= "am "+ I18n.l(neuigkeit.try(:datum).try(:to_date)) unless neuigkeit.try(:datum).try(:to_date).nil? %></small>
|
||||||
</div>
|
</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>
|
<%= neuigkeit.title%></h1>
|
||||||
<%= raw(neuigkeit.text_first_words) unless neuigkeit.text.nil?%>
|
<%= raw(neuigkeit.text_first_words) unless neuigkeit.text.nil?%>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
BIN
public/iconnavy/time.png
Normal file
BIN
public/iconnavy/time.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 954 B |
Reference in New Issue
Block a user