diff options
| -rw-r--r-- | Project-Unite/Views/Developer/index.cshtml | 2 | ||||
| -rw-r--r-- | Project-Unite/Views/Profile/ViewProfile.cshtml | 1 | ||||
| -rw-r--r-- | Project-Unite/Views/Profile/index.cshtml | 1 |
3 files changed, 2 insertions, 2 deletions
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 |
