admin/logs viewer implemented

This commit is contained in:
Christoph Haas 2018-08-09 18:24:28 +02:00
parent 79bf7a2276
commit b1dbcef80b
8 changed files with 27 additions and 15 deletions

View file

@ -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'