forked from bofh/fetsite
AutoCommit Mon Jun 8 17:03:02 CEST 2015
This commit is contained in:
@@ -1 +1,5 @@
|
||||
$("#<%= Attachment.parent_attachment_list_id(@parent) %>").replaceWith("<%= escape_javascript ( render partial:"attachments/attachment_list", object:@attachments, locals: {editor: true, parent: @parent} ) %>")
|
||||
$("#<%= Attachment.parent_attachment_list_id(@parent) %>").replaceWith("<%= escape_javascript ( render partial:"attachments/attachment_list", object:@attachments, locals: {editor: true, parent: @parent} ) %>")
|
||||
<% if @parent.is_a?(Neuigkeit) %>
|
||||
<% @neuigkeit=@parent; @rubrik=@neuigkeit.rubrik %>
|
||||
<%= render "neuigkeiten/show", object: @neuigkeit %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user