pitit refact

This commit is contained in:
Paul Schneider 2026-06-04 12:13:37 +01:00
commit 20713eef64
235 changed files with 5374 additions and 373 deletions

View file

@ -22,9 +22,9 @@ background-attachment: fixed;
">
<partial name="_Nav" />
@RenderSection("ctxmenu", required: false)
@if (ViewData["Notify"] != null)
@if (ViewBag.Notify != null)
{
foreach (Notification n in ViewData["Notify"] as IEnumerable<Notification>)
foreach (Notification n in ViewBag.Notify as IEnumerable<Notification>)
{
<div class="alert alert-info alert-dismissable" data-nid="@n.Id">
<img src="~/images/Notifications/@(n.icon).png" style="max-height:3em; float: left; margin:1em;" />