Removed <h1> tag and text from the top of the list of blogs page.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045701
This commit is contained in:
jowall
2010-01-19 17:45:47 +00:00
parent 0df2ac484c
commit 507f3ecab7
2 changed files with 2 additions and 4 deletions

View File

@@ -6,4 +6,4 @@
<% } else { %>
[<%=Html.ActionLink(T("Log On").ToString(), "LogOn", new { Controller = "Account", Area = "Orchard.Users", ReturnUrl = Context.Request.RawUrl })%>]
<% } %>
</div>
</div>

View File

@@ -1,8 +1,6 @@
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<BlogsViewModel>" %>
<%@ Import Namespace="Orchard.Blogs.ViewModels"%>
<h1><%=Html.TitleForPage(T("Blogs").ToString())%></h1>
<p><%=_Encoded("All of the blogs.")%></p><%
if (Model.Blogs.Count() > 0) { %>
<%if (Model.Blogs.Count() > 0) { %>
<%=Html.UnorderedList(Model.Blogs, (b, i) => Html.DisplayForItem(b).ToHtmlString(), "blogs contentItems") %><%
}
else { %>