Fixed user settings.
This commit is contained in:
parent
ef2ce98e46
commit
f759552022
19 changed files with 925 additions and 5 deletions
|
|
@ -222,6 +222,7 @@ de:
|
|||
order: Bestellung
|
||||
order_comment: Kommentar
|
||||
order_article: Bestell-Artikel
|
||||
invoice: Rechnung
|
||||
attributes:
|
||||
article:
|
||||
price: Nettopreis
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ Foodsoft::Application.routes.draw do
|
|||
|
||||
match '/home/profile' => 'home#profile', :as => 'my_profile'
|
||||
match '/home/ordergroup' => 'home#ordergroup', :as => 'my_ordergroup'
|
||||
match '/home/cancel_membership' => 'home#cancel_membership', :as => 'cancel_membership'
|
||||
|
||||
############ Wiki
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue