" %>
-<%
-Html.RegisterStyle("admin.css"); %>
+<% Html.RegisterStyle("admin.css"); %>
<%:Html.TitleForPage(T("Edit Part").ToString()) %>
-<%:Html.ActionLink(T("Content Types").Text, "index") %><%:T(" > ") %><%:T("Edit Part") %>
<%
+<%:Html.ActionLink(T("Content Types").Text, "index") %><%:T(" > ") %><%:Html.ActionLink(T("Content Parts").Text, "listparts") %><%:T(" > ") %><%:T("Edit Part") %>
<%
using (Html.BeginFormAntiForgeryPost()) { %>
<%:Html.ValidationSummary() %>
<% Html.RenderTemplates(Model.Templates); %>
<%:T("Fields") %>
diff --git a/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/Admin/List.ascx b/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/Admin/List.ascx
index 090b286c7..850bbaf2d 100644
--- a/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/Admin/List.ascx
+++ b/src/Orchard.Web/Modules/Orchard.ContentTypes/Views/Admin/List.ascx
@@ -1,6 +1,5 @@
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %>
-<%
- Html.RegisterStyle("admin.css"); %>
+<% Html.RegisterStyle("admin.css"); %>
<%:Html.TitleForPage(T("Content Types").ToString())%>
<%:Html.ActionLink(T("Create new type").ToString(), "Create", new{Controller="Admin",Area="Orchard.ContentTypes"}, new { @class = "button primaryAction" }) %>