admin/logs viewer implemented
This commit is contained in:
parent
79bf7a2276
commit
b1dbcef80b
8 changed files with 27 additions and 15 deletions
|
|
@ -16,7 +16,7 @@ Rails.application.routes.draw do
|
|||
get 'packages/list' => 'packages#list', as: :packages_list
|
||||
get 'packages?show=without' => 'packages#grid?show=without', as: :packages_without
|
||||
get 'moderate' => 'moderate#index'
|
||||
get 'logs' => 'logs#index'
|
||||
get 'admin/logs' => 'admin#logs'
|
||||
get 'my/profile'
|
||||
get 'my/uploads'
|
||||
get 'my/welcome'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue