7 lines
No EOL
302 B
Text
7 lines
No EOL
302 B
Text
%h1 Artikel bearbeiten
|
|
= form_for(:article, :url => supplier_article_path(@article.supplier, @article), :html => { :method => :put }) do |f|
|
|
= render 'form', :f => f
|
|
|
|
= link_to 'Show', supplier_article_path(@article.supplier, @article)
|
|
|
|
|
= link_to 'zurück', supplier_articles_path(@article.supplier) |