From ded33c025f27fd9f0ff47e19fb59c8c435288afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Vachon?= Date: Tue, 3 Feb 2015 14:30:10 -0500 Subject: [PATCH] Create a view for the dashboard --- app/components/sidebar/sidebar.html | 2 +- app/components/tactical/tactical.html | 3 --- app/components/tactical/tactical.js | 10 +--------- app/dashboard/dashboard.html | 23 +++++++++++++++++++++++ app/dashboard/dashboard.js | 19 +++++++++++++++++++ app/index.html | 3 +++ 6 files changed, 47 insertions(+), 13 deletions(-) create mode 100644 app/dashboard/dashboard.html create mode 100644 app/dashboard/dashboard.js diff --git a/app/components/sidebar/sidebar.html b/app/components/sidebar/sidebar.html index 5522d50..c397797 100644 --- a/app/components/sidebar/sidebar.html +++ b/app/components/sidebar/sidebar.html @@ -6,7 +6,7 @@