From 983d7610e4451d39acff75d3ae0dbfe65e4ef1db Mon Sep 17 00:00:00 2001 From: Shannon Deminick Date: Wed, 8 Oct 2014 09:33:57 +1100 Subject: [PATCH] Renaming to correct file naming conventions --- .../{grid/Editors/rte.cshtml => Grid/Editors/Rte.cshtml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/Umbraco.Web.UI/Views/Partials/{grid/Editors/rte.cshtml => Grid/Editors/Rte.cshtml} (93%) diff --git a/src/Umbraco.Web.UI/Views/Partials/grid/Editors/rte.cshtml b/src/Umbraco.Web.UI/Views/Partials/Grid/Editors/Rte.cshtml similarity index 93% rename from src/Umbraco.Web.UI/Views/Partials/grid/Editors/rte.cshtml rename to src/Umbraco.Web.UI/Views/Partials/Grid/Editors/Rte.cshtml index 37c162310a..d132e10017 100644 --- a/src/Umbraco.Web.UI/Views/Partials/grid/Editors/rte.cshtml +++ b/src/Umbraco.Web.UI/Views/Partials/Grid/Editors/Rte.cshtml @@ -1,4 +1,4 @@ @model dynamic @using Umbraco.Web.Templates -@Html.Raw(TemplateUtilities.ParseInternalLinks(Model.value.ToString())) \ No newline at end of file +@Html.Raw(TemplateUtilities.ParseInternalLinks(Model.value.ToString()))