Fixing comment in a Blog view

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2011-02-21 17:48:28 -08:00
parent 9fca99c51b
commit c26cc0973e
2 changed files with 12 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
@{
Html.AddTitleParts(T("Manage Blog").ToString());
}
// Model is a Shape, calling Display() so that it is rendered using the most specific template for its Shape type
@* Model is a Shape, calling Display() so that it is rendered using the most specific template for its Shape type *@
@Display(Model)