From 02b638b4a2718eae56793e591c119d4d8f96ea17 Mon Sep 17 00:00:00 2001 From: craftxbox Date: Tue, 21 Mar 2017 23:01:19 -0230 Subject: [PATCH] lets make links go to the right place. and add friendly text instead of "filler page" --- Project-Unite/Views/Developer/index.cshtml | 2 +- Project-Unite/Views/Profile/ViewProfile.cshtml | 1 + Project-Unite/Views/Profile/index.cshtml | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 Project-Unite/Views/Profile/ViewProfile.cshtml delete mode 100644 Project-Unite/Views/Profile/index.cshtml diff --git a/Project-Unite/Views/Developer/index.cshtml b/Project-Unite/Views/Developer/index.cshtml index f9c4571..a39b5fc 100644 --- a/Project-Unite/Views/Developer/index.cshtml +++ b/Project-Unite/Views/Developer/index.cshtml @@ -1 +1 @@ -filler page \ No newline at end of file +This is/will be the developer cp page. its not done yet \ No newline at end of file diff --git a/Project-Unite/Views/Profile/ViewProfile.cshtml b/Project-Unite/Views/Profile/ViewProfile.cshtml new file mode 100644 index 0000000..0f1cba3 --- /dev/null +++ b/Project-Unite/Views/Profile/ViewProfile.cshtml @@ -0,0 +1 @@ +This is/will be the view profile page. its not done yet \ No newline at end of file diff --git a/Project-Unite/Views/Profile/index.cshtml b/Project-Unite/Views/Profile/index.cshtml deleted file mode 100644 index f9c4571..0000000 --- a/Project-Unite/Views/Profile/index.cshtml +++ /dev/null @@ -1 +0,0 @@ -filler page \ No newline at end of file