Fixed broken links/paths.

This commit is contained in:
Benjamin Meichsner 2010-05-25 23:36:05 +02:00
parent 00d9f060cc
commit 7067294133
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@
:active => ["articles", "suppliers", "deliveries", "article_categories", "stockit", "stock_takings"],
:access_denied? => (!u.role_article_meta? && !u.role_suppliers?),
:subnav => [
{ :name => "Artikel", :url => supplier_articles_path(Supplier.first) },
{ :name => "Artikel", :url => suppliers_path },
{ :name => "Lager", :url => stock_articles_path },
{ :name => "Lieferantinnen", :url => suppliers_path, :access_denied? => (!u.role_suppliers?) },
{ :name => "Kategorien", :url => article_categories_path }