Merge pull request #578 from AyuntamientoMadrid/management-dashboard
Dashboard for management
This commit is contained in:
6
app/controllers/management/dashboard_controller.rb
Normal file
6
app/controllers/management/dashboard_controller.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class Management::DashboardController < Management::BaseController
|
||||
|
||||
def index
|
||||
end
|
||||
|
||||
end
|
||||
@@ -0,0 +1,3 @@
|
||||
<div class="dashboard">
|
||||
<h2><%= t("management.dashboard.index.title") %></h2>
|
||||
</div>
|
||||
@@ -164,6 +164,7 @@ Rails.application.routes.draw do
|
||||
end
|
||||
|
||||
namespace :management do
|
||||
root to: "dashboard#index"
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user