From 507f3ecab7de16ee52f73be5895e87879441f813 Mon Sep 17 00:00:00 2001 From: jowall Date: Tue, 19 Jan 2010 17:45:47 +0000 Subject: [PATCH] Removed

tag and text from the top of the list of blogs page. --HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045701 --- src/Orchard.Web/Core/Themes/Views/user.ascx | 2 +- src/Orchard.Web/Packages/Orchard.Blogs/Views/Blog/List.ascx | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Orchard.Web/Core/Themes/Views/user.ascx b/src/Orchard.Web/Core/Themes/Views/user.ascx index 2d6ca147f..7b1bd6d96 100644 --- a/src/Orchard.Web/Core/Themes/Views/user.ascx +++ b/src/Orchard.Web/Core/Themes/Views/user.ascx @@ -6,4 +6,4 @@ <% } else { %> [<%=Html.ActionLink(T("Log On").ToString(), "LogOn", new { Controller = "Account", Area = "Orchard.Users", ReturnUrl = Context.Request.RawUrl })%>] <% } %> - + \ No newline at end of file diff --git a/src/Orchard.Web/Packages/Orchard.Blogs/Views/Blog/List.ascx b/src/Orchard.Web/Packages/Orchard.Blogs/Views/Blog/List.ascx index 03c39d2b8..31611a482 100644 --- a/src/Orchard.Web/Packages/Orchard.Blogs/Views/Blog/List.ascx +++ b/src/Orchard.Web/Packages/Orchard.Blogs/Views/Blog/List.ascx @@ -1,8 +1,6 @@ <%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %> <%@ Import Namespace="Orchard.Blogs.ViewModels"%> -

<%=Html.TitleForPage(T("Blogs").ToString())%>

-

<%=_Encoded("All of the blogs.")%>

<% -if (Model.Blogs.Count() > 0) { %> +<%if (Model.Blogs.Count() > 0) { %> <%=Html.UnorderedList(Model.Blogs, (b, i) => Html.DisplayForItem(b).ToHtmlString(), "blogs contentItems") %><% } else { %>