C&V test improvements

This commit is contained in:
2015-09-23 17:14:53 +02:00
parent 735ed9b70d
commit 81d4545104
12 changed files with 33 additions and 14 deletions
+2
View File
@@ -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
View File
@@ -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