Renaming Orchard.Blogs' content item templates to fit the updated naming scheme

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-15 16:00:15 -07:00
parent 2733255b3d
commit ac4c1c8f80
13 changed files with 11 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
@using Orchard.Blogs.Extensions;
@using Orchard.Blogs.Models;
<h1><a href="@Url.BlogForAdmin((string)Model.Slug)">@Html.TitleForPage((string)Model.Title)</a></h1>
@Display(Model.Manage)
<div class="manage"><a href="@Url.BlogPostCreate((BlogPart)Model.ContentItem.Get(typeof(BlogPart)))" class="add button primaryAction">@T("New Post")</a></div>
@Display(Model.Content)