8 lines
293 B
Text
8 lines
293 B
Text
|
%h2
|
||
|
Bearbeiten von
|
||
|
= @article.name
|
||
|
|
||
|
- remote_form_for 'order_article_result', @article, :url => {:action => 'updateArticleResult', :id => @article }, |
|
||
|
:before => "Element.show('loader')", :success => "Element.hide('loader')" do |@form| |
|
||
|
|
||
|
= render :partial => "articleResultForm"
|