AutoCommit Don Aug 6 21:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-06 21:03:01 +02:00
parent 390075aa7f
commit 0c0e7ba051
8 changed files with 13 additions and 7 deletions

View File

@@ -3,4 +3,6 @@
<%= render ce unless ce.nil? %>
<% end %>
</div>
<div id="calentry_new_<%= parent.class.to_s + "_" + parent.id.to_s %>" ><%= link_to "new Calentry", new_calentry_path(:object_id=>@neuigkeit.id, :object_type=>"Neuigkeit"), :remote=>true if can? :edit, @neuigkeit %></div>
<div id="<%= divid_for(parent,"new_calentry") %>" >
<%= link_to "new Calentry", new_calentry_path(:object_id=>@neuigkeit.id, :object_type=>"Neuigkeit"), :remote=>true if can? :edit, @neuigkeit %>
</div>