creating menu interface and views; create estatisticas controller
Signed-off-by:
Alexandre Arias <apa13@inf.ufpr.br>
Showing
- Gemfile.lock 0 additions, 3 deletionsGemfile.lock
- app/controllers/management/estatisticas_controller.rb 16 additions, 0 deletionsapp/controllers/management/estatisticas_controller.rb
- app/controllers/management/welcome_controller.rb 4 additions, 1 deletionapp/controllers/management/welcome_controller.rb
- app/controllers/management_controller.rb 13 additions, 0 deletionsapp/controllers/management_controller.rb
- app/views/layouts/management.html.erb 28 additions, 2 deletionsapp/views/layouts/management.html.erb
- app/views/management/denuncias.html.erb 5 additions, 0 deletionsapp/views/management/denuncias.html.erb
- app/views/management/destaques.html.erb 5 additions, 0 deletionsapp/views/management/destaques.html.erb
- app/views/management/estatisticas/acessos.html.erb 8 additions, 0 deletionsapp/views/management/estatisticas/acessos.html.erb
- app/views/management/estatisticas/colecoes.html.erb 7 additions, 0 deletionsapp/views/management/estatisticas/colecoes.html.erb
- app/views/management/estatisticas/downloads.html.erb 8 additions, 0 deletionsapp/views/management/estatisticas/downloads.html.erb
- app/views/management/estatisticas/index.html.erb 48 additions, 0 deletionsapp/views/management/estatisticas/index.html.erb
- app/views/management/estatisticas/usuarios.html.erb 7 additions, 0 deletionsapp/views/management/estatisticas/usuarios.html.erb
- app/views/management/usuarios.html.erb 6 additions, 0 deletionsapp/views/management/usuarios.html.erb
- app/views/management/welcome/index.html.erb 4 additions, 1 deletionapp/views/management/welcome/index.html.erb
- config/routes.rb 10 additions, 0 deletionsconfig/routes.rb
app/views/management/denuncias.html.erb
0 → 100644
app/views/management/destaques.html.erb
0 → 100644
app/views/management/usuarios.html.erb
0 → 100644
Please register or sign in to comment