8 lines
No EOL
293 B
Text
8 lines
No EOL
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" |