forked from bofh/fetsite
neuigkeiten/calender kleine anpassungen
+ ics link - Kein "Verwalten Button" mehr
This commit is contained in:
@@ -5,6 +5,7 @@ format=:timeonly
|
||||
else
|
||||
format =:default
|
||||
end%>
|
||||
<%= link_to calentry.text, calentry_path(calentry) %>
|
||||
<%= calentry.text %>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
@@ -14,7 +14,10 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="media-body">
|
||||
<h1><%= link_to @neuigkeit.title,rubrik_neuigkeit_path(@neuigkeit.rubrik,@neuigkeit) %></h1>
|
||||
<h1>
|
||||
<%= @neuigkeit.title%>
|
||||
|
||||
</h1>
|
||||
<%= raw(@neuigkeit.text) %>
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
</div>
|
||||
<div class="span3">
|
||||
<%= render 'calendars/calentries', :object=>@rubrik.calendar.calentries %>
|
||||
<%= link_to "ics-format", calendar_path(@rubrik.calendar,:format=>:ics) %>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user