Dimiss the notification
This commit is contained in:
parent
a40b435d0b
commit
a98244a8d2
6 changed files with 189 additions and 6 deletions
|
|
@ -26,7 +26,7 @@ background-attachment: fixed;
|
|||
{
|
||||
foreach (Notification n in ViewData["Notify"] as IEnumerable<Notification>)
|
||||
{
|
||||
<div class="alert alert-info alert-dismissable">
|
||||
<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;" />
|
||||
<h2 markdown="@n.title"></h2>
|
||||
<a class="close" data-dismiss="alert" aria-label="close"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue