From c6186b71c12dece6878ca457afa801f2a79bac0b Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Wed, 3 Feb 2016 18:57:20 +0100 Subject: Change folder architecture ! --- client/partials/home.html | 8 -------- client/partials/home/main.html | 8 ++++++++ client/partials/login.html | 4 ++-- client/partials/nav.html | 11 ++++++----- client/partials/network.html | 8 -------- client/partials/network/main.html | 8 ++++++++ 6 files changed, 24 insertions(+), 23 deletions(-) delete mode 100644 client/partials/home.html create mode 100644 client/partials/home/main.html delete mode 100644 client/partials/network.html create mode 100644 client/partials/network/main.html (limited to 'client/partials') diff --git a/client/partials/home.html b/client/partials/home.html deleted file mode 100644 index 7a5045a..0000000 --- a/client/partials/home.html +++ /dev/null @@ -1,8 +0,0 @@ -
-
- Home -
-
- Main Content -
-
\ No newline at end of file diff --git a/client/partials/home/main.html b/client/partials/home/main.html new file mode 100644 index 0000000..7a5045a --- /dev/null +++ b/client/partials/home/main.html @@ -0,0 +1,8 @@ +
+
+ Home +
+
+ Main Content +
+
\ No newline at end of file diff --git a/client/partials/login.html b/client/partials/login.html index 8571e61..387b075 100644 --- a/client/partials/login.html +++ b/client/partials/login.html @@ -14,12 +14,12 @@
+ placeholder="Email" type="text" ng-model="identityFormData.user">
+ placeholder="Project Name" type="password" ng-model="identityFormData.project">
diff --git a/client/partials/nav.html b/client/partials/nav.html index c52ba4d..f412597 100644 --- a/client/partials/nav.html +++ b/client/partials/nav.html @@ -17,10 +17,11 @@