From d70262a6dab688a66feb9593bdfb96469b7c1d4a Mon Sep 17 00:00:00 2001 From: leekelleher Date: Wed, 8 Sep 2021 06:47:52 +0100 Subject: [PATCH] ContentBlocks - corrected namespace in Razor view Fixes #125 --- .../DataEditors/ContentBlocks/ContentBlockPreview.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Community.Contentment/DataEditors/ContentBlocks/ContentBlockPreview.cshtml b/src/Umbraco.Community.Contentment/DataEditors/ContentBlocks/ContentBlockPreview.cshtml index 2426238d..9a3802c3 100644 --- a/src/Umbraco.Community.Contentment/DataEditors/ContentBlocks/ContentBlockPreview.cshtml +++ b/src/Umbraco.Community.Contentment/DataEditors/ContentBlocks/ContentBlockPreview.cshtml @@ -2,7 +2,7 @@ * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. *@ -@inherits Umbraco.Web.Mvc.ContentBlockPreviewView +@inherits Umbraco.Cms.Web.Common.Views.ContentBlockPreviewView
@Model.Element.Key