Giving the blog post metadata summary template a little inline info

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-03-09 19:51:38 -08:00
parent 189d1e9a10
commit a9c7c8ea14

View File

@@ -0,0 +1,6 @@
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<BlogPost>" %>
<%@ Import Namespace="Orchard.Blogs.Extensions"%>
<%@ Import Namespace="Orchard.Blogs.Models"%><%
if (Model.Creator != null) {
%><span class="posted"><%=_Encoded("Posted by {0} {1}", Model.Creator.UserName, Html.PublishedWhen(Model)) %></span><%
} %>