File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed
src/EasyAbp.NotificationService.Web/Pages/NotificationService/Notifications/Notification Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <LangVersion >latest</LangVersion >
4- <Version >3.4.0 </Version >
4+ <Version >3.5.0-preview.1 </Version >
55 <NoWarn >$(NoWarn);CS1591</NoWarn >
66 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
77 <Authors >EasyAbp Team</Authors >
Original file line number Diff line number Diff line change 11@page
2- @using EasyAbp .NotificationService .Permissions
3- @using Microsoft .AspNetCore .Authorization
42@using Microsoft .AspNetCore .Mvc .Localization
53@using Volo .Abp .AspNetCore .Mvc .UI .Layout
64@using EasyAbp .NotificationService .Web .Pages .NotificationService .Notifications .Notification
97@model IndexModel
108@inject IPageLayout PageLayout
119@inject IHtmlLocalizer <NotificationServiceResource > L
12- @inject IAuthorizationService Authorization
1310@{
14- PageLayout .Content .Title = L [" Notification" ].Value ;
15- PageLayout .Content .BreadCrumb .Add (L [" Menu:Notification " ].Value );
11+ PageLayout .Content .Title = L [" Menu: Notification" ].Value ;
12+ PageLayout .Content .BreadCrumb .Add (L [" Menu:NotificationService " ].Value );
1613 PageLayout .Content .MenuItemName = NotificationServiceMenus .Notification ;
1714}
1815
2623}
2724
2825<abp-card >
29- <abp-card-header >
30- <abp-row >
31- <abp-column size-md =" _6" >
32- <abp-card-title >@L ["Notification"]</abp-card-title >
33- </abp-column >
34- </abp-row >
35- </abp-card-header >
3626 <abp-card-body >
3727 <abp-row class =" mb-3" >
3828 <a abp-collapse-id =" NotificationCollapse" class =" text-secondary" >@L ["TableFilter"] </a >
You can’t perform that action at this time.
0 commit comments