mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-28 17:32:44 +08:00
Very minor cleanup in the LayerHintHandler
--HG-- branch : dev
This commit is contained in:
@@ -17,8 +17,6 @@ namespace Orchard.Widgets.Handlers {
|
||||
if (!(context.ContentType == "Page" && context.PreviousItemVersionRecord == null && !string.IsNullOrWhiteSpace(part.Path)))
|
||||
return;
|
||||
|
||||
|
||||
|
||||
var urlHelper = new UrlHelper(requestContext);
|
||||
var pathForLayer = "~/" + part.Path;
|
||||
services.Notifier.Information(T("Would you like to <a href=\"{0}\">add a widget layer</a> for \"{1}\"?",
|
||||
|
||||
Reference in New Issue
Block a user