Add section area color and demo menu export
This commit is contained in:
@@ -198,6 +198,8 @@ en:
|
||||
close: OK
|
||||
change_list_table:
|
||||
title: Change the ${models.table} of the ${models.list}
|
||||
subtitle: 'The current ${model.table} number is # %{current_table_number}'
|
||||
close_button: Close
|
||||
supplier_status_info:
|
||||
title: "%{name} info"
|
||||
header: The icons at the top right corner contain information about the current orders
|
||||
|
||||
@@ -199,6 +199,7 @@ nl:
|
||||
close: OK
|
||||
change_list_table:
|
||||
title: Verander de ${models.table} van de ${models.list}
|
||||
close_button: Sluiten
|
||||
supplier_status_info:
|
||||
title: "%{name} info"
|
||||
header: The icons at the top right corner contain information about the current orders
|
||||
|
||||
+1
-1
@@ -112,7 +112,7 @@ Qwaiter::Application.routes.draw do
|
||||
|
||||
# DEVELOPMENT ONLY
|
||||
get '/qr' => 'dashboard#qr'
|
||||
get '/demo_both' => 'dashboard#demo_both'
|
||||
get '/demo-both' => 'dashboard#demo_both'
|
||||
get :tests, to: 'test_squad#tests' unless Rails.env.production?
|
||||
|
||||
# SUPPLIER
|
||||
|
||||
Reference in New Issue
Block a user