mirror of https://github.com/abpframework/abp.git
13 changed files with 21 additions and 44 deletions
@ -1,9 +0,0 @@ |
|||
@page |
|||
@using Microsoft.Extensions.Localization |
|||
@using Volo.CmsKit.Localization |
|||
@model Volo.CmsKit.Admin.Web.Pages.Admin.IndexModel |
|||
@inject IStringLocalizer<CmsKitResource> L |
|||
@{ |
|||
} |
|||
<h1>Admin</h1> |
|||
<p>@L["SamplePageMessage"]</p> |
|||
@ -1,9 +0,0 @@ |
|||
namespace Volo.CmsKit.Admin.Web.Pages.Admin |
|||
{ |
|||
public class IndexModel : AdminPageModel |
|||
{ |
|||
public void OnGet() |
|||
{ |
|||
} |
|||
} |
|||
} |
|||
@ -1,6 +0,0 @@ |
|||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers |
|||
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI |
|||
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bootstrap |
|||
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bundling |
|||
@addTagHelper *, Volo.CmsKit.Common.Web |
|||
@addTagHelper *, Volo.CmsKit.Admin.Web |
|||
Loading…
Reference in new issue