5 lines
168 B
Text
5 lines
168 B
Text
|
%h1 Neuer Artikel
|
||
|
= form_for(:article, :url => supplier_articles_path) do |f|
|
||
|
= render 'form', :f => f
|
||
|
|
||
|
= link_to 'zurück', supplier_articles_path(@article.supplier)
|