- Finished moving display and editor templates from views/models to views/shared

- Fixed a bug where the template name for model editor template on update wasn't set correctly

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044291
This commit is contained in:
skewed
2009-12-18 16:43:45 +00:00
parent 3e3e24c9b4
commit 3ff07fbf5e
31 changed files with 28 additions and 28 deletions

View File

@@ -75,8 +75,8 @@
<Content Include="Views\Content\Details.aspx" />
<Content Include="Views\Content\Index.aspx" />
<Content Include="Views\Home\Index.aspx" />
<Content Include="Views\Models\DisplayTemplates\ShowDebugLink.ascx" />
<Content Include="Views\Models\EditorTemplates\ShowDebugLink.ascx" />
<Content Include="Views\Shared\DisplayTemplates\ShowDebugLink.ascx" />
<Content Include="Views\Shared\EditorTemplates\ShowDebugLink.ascx" />
<Content Include="Web.config" />
<Content Include="Views\Web.config" />
</ItemGroup>