Skip to content

Commit

Permalink
ContentBlocks - corrected namespace in Razor view
Browse files Browse the repository at this point in the history
Fixes #125
  • Loading branch information
leekelleher committed Sep 8, 2021
1 parent 9e85915 commit d70262a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
<div class="lk-content-blocks__preview--default">
<i class="icon @Model.ElementTypeIcon"></i>
<h5>@Model.Element.Key</h5>
Expand Down

0 comments on commit d70262a

Please sign in to comment.