Browse Source
Merge pull request #2400 from mehmetuken/fix-2396
Resolve #2396 fix missing rename from AbpErrorViewModel
pull/2407/head
maliming
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/Views/Error/Default.cshtml
|
|
|
@ -2,8 +2,8 @@ |
|
|
|
@using System.Collections.Generic |
|
|
|
@using Localization.Resources.AbpUi |
|
|
|
@using Microsoft.AspNetCore.Mvc.Localization |
|
|
|
@using Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Pages.Error |
|
|
|
@model AbpErrorPageModel |
|
|
|
@using Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Views.Error |
|
|
|
@model AbpErrorViewModel |
|
|
|
@inject IHtmlLocalizer<AbpUiResource> L |
|
|
|
@{ |
|
|
|
var errorMessage = Model.ErrorInfo.Message; |
|
|
|
|