mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-22 03:37:25 +08:00
Removing unused string.
--HG-- branch : dev
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<div>
|
||||
|
||||
<h3 class="@themeClasses">@Model.ContentPart.Name Beef Taco</h3>
|
||||
<h3 class="@themeClasses">@Model.ContentPart.Name</h3>
|
||||
|
||||
@Html.Image(Href(Html.ThemePath((ExtensionDescriptor) Model.ContentPart.Descriptor, "/Theme.png")), Html.Encode((string)Model.ContentPart.Name), null)
|
||||
@using (Html.BeginFormAntiForgeryPost(Url.Action("Activate"), FormMethod.Post, new { @class = "inline" })) {
|
||||
|
Reference in New Issue
Block a user