forked from bofh/fetsite
9 lines
300 B
Plaintext
9 lines
300 B
Plaintext
<div id="calentries_<%= parent.class.to_s + "_" + parent.id.to_s %>">
|
|
<% calentry_list.each do |ce|%>
|
|
<%= render ce unless ce.nil? %>
|
|
<% end %>
|
|
</div>
|
|
|
|
<%#= link_to "new Calentry", new_calentry_path(:object_id=>@neuigkeit.id, :object_type=>"Neuigkeit"), :remote=>true if can? :edit, @neuigkeit %>
|
|
|