From 96094547dd793868092dda4c2699a839287fa175 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Sun, 6 Mar 2016 14:51:50 +0100 Subject: Add image view, controller. --- client/partials/home/home.html | 12 ++++++++++++ client/partials/home/main.html | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 client/partials/home/home.html delete mode 100644 client/partials/home/main.html (limited to 'client/partials/home') diff --git a/client/partials/home/home.html b/client/partials/home/home.html new file mode 100644 index 0000000..f9f8878 --- /dev/null +++ b/client/partials/home/home.html @@ -0,0 +1,12 @@ +
+
+ Home +
+
+ + Pour charger les machines, recharger la page (temporaire)
+ Selectionner une machine: +
{{ machine.name }}
+ +
+
diff --git a/client/partials/home/main.html b/client/partials/home/main.html deleted file mode 100644 index f9f8878..0000000 --- a/client/partials/home/main.html +++ /dev/null @@ -1,12 +0,0 @@ -
-
- Home -
-
- - Pour charger les machines, recharger la page (temporaire)
- Selectionner une machine: -
{{ machine.name }}
- -
-
-- cgit v1.2.3