sharedlists/app/views/articles/new.haml

5 lines
168 B
Plaintext

%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)