AutoCommit Mit Aug 26 12:03:05 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-26 12:03:05 +02:00
parent 94cad06e31
commit 1047851b47
5 changed files with 36 additions and 9 deletions

View File

@@ -1,3 +1,11 @@
<%= @calentries.each do |ce| %>
<%= render @calentry%>
<%= stylesheet_link_tag "http://"+ActionMailer::Base.default_url_options[:host].to_s + "/assets/themes/blue2/application.css", :media=>"all" %>
<% @calentries.each do |ce| %>
<hr/>
<% if can?(:show , ce.object) %>
<%= render partial: "calentries/mail", object: ce %>
<%= render partial: "neuigkeiten/mail", object: ce.object if ce.object.kind_of?(Neuigkeit)%>
<% end %>
<hr/>
<% end %>