diff options
| author | Michael <[email protected]> | 2017-03-23 19:21:10 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-23 19:21:10 -0400 |
| commit | b3e784410dfc2103e099eea2a0252ee9fc8cea91 (patch) | |
| tree | 1fd6ba056e791e698703fcbd17c675bff2af9e44 | |
| parent | c0d348daa8217ce62e4e70b24f21bb4a00068f30 (diff) | |
| download | project-unite-b3e784410dfc2103e099eea2a0252ee9fc8cea91.tar.gz project-unite-b3e784410dfc2103e099eea2a0252ee9fc8cea91.tar.bz2 project-unite-b3e784410dfc2103e099eea2a0252ee9fc8cea91.zip | |
hmm.
| -rw-r--r-- | Project-Unite/Project-Unite.csproj | 3 | ||||
| -rw-r--r-- | Project-Unite/Views/Profile/ViewProfile.cshtml | 1 | ||||
| -rw-r--r-- | Project-Unite/Views/Profiles/_NewPost.cshtml (renamed from Project-Unite/Views/Profile/_NewPost.cshtml) | 0 |
3 files changed, 1 insertions, 3 deletions
diff --git a/Project-Unite/Project-Unite.csproj b/Project-Unite/Project-Unite.csproj index 8cdd931..5284ef2 100644 --- a/Project-Unite/Project-Unite.csproj +++ b/Project-Unite/Project-Unite.csproj @@ -507,8 +507,7 @@ <Content Include="Views\Forum\EditPost.cshtml" /> <Content Include="Views\Legal\TOS.cshtml" /> <Content Include="Views\Profiles\ViewProfile.cshtml" /> - <Content Include="Views\Profile\ViewProfile.cshtml" /> - <Content Include="Views\Profile\_NewPost.cshtml" /> + <Content Include="Views\Profiles\_NewPost.cshtml" /> </ItemGroup> <ItemGroup> <Folder Include="App_Data\" /> diff --git a/Project-Unite/Views/Profile/ViewProfile.cshtml b/Project-Unite/Views/Profile/ViewProfile.cshtml deleted file mode 100644 index 0f1cba3..0000000 --- a/Project-Unite/Views/Profile/ViewProfile.cshtml +++ /dev/null @@ -1 +0,0 @@ -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/_NewPost.cshtml b/Project-Unite/Views/Profiles/_NewPost.cshtml index d1ff6be..d1ff6be 100644 --- a/Project-Unite/Views/Profile/_NewPost.cshtml +++ b/Project-Unite/Views/Profiles/_NewPost.cshtml |
