C&V test improvements
This commit is contained in:
@@ -175,6 +175,8 @@ en:
|
||||
body_header: ''
|
||||
move_to_top: Move to top
|
||||
move_below_label: "Place below ${models.product_category|downcase}"
|
||||
products:
|
||||
title: Sort ${models.plural.product|downcase}
|
||||
product:
|
||||
new: 'New ${model.product|downcase}'
|
||||
destroy_confirmation: Are you sure you want to delete ${models.product|downcase} %{name}
|
||||
|
||||
+1
-1
@@ -55,7 +55,7 @@ Qwaiter::Application.routes.draw do
|
||||
# USER
|
||||
#default_url_options format: 'html'
|
||||
#get '/user/index' => 'user#index', as: :user_root
|
||||
get '/user' => 'user#index'
|
||||
#get '/user/index.html#' => 'user#index', as: :user_root
|
||||
#get '/user/active_list(.:format)' => 'user#active_list', as: :user_active_list
|
||||
#get '/user/list_info' => 'user#list_info', as: :user_list_info, via: [:get, :options]
|
||||
#post '/user/needs_help' => 'user#needs_help', as: :user_needs_help
|
||||
|
||||
Reference in New Issue
Block a user