diff --git a/OnTopic.Editor.AspNetCore/Views/Editor/Components/Boolean/Default.cshtml b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/Boolean/Default.cshtml similarity index 90% rename from OnTopic.Editor.AspNetCore/Views/Editor/Components/Boolean/Default.cshtml rename to OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/Boolean/Default.cshtml index a52c2970..a2a0b23e 100644 --- a/OnTopic.Editor.AspNetCore/Views/Editor/Components/Boolean/Default.cshtml +++ b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/Boolean/Default.cshtml @@ -1,7 +1,7 @@ @model BooleanAttributeViewModel @{ - Layout = "~/Views/Editor/Components/_Layout.cshtml"; + Layout = "~/Areas/Editor/Views/Editor/Components/_Layout.cshtml"; }