mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-14 11:34:02 +00:00
notification mark read
This commit is contained in:
@@ -14,7 +14,7 @@ include!("../navbar/index.html"); .>
|
||||
</thead>
|
||||
<tbody class="notification__body">
|
||||
<. for notification in n.iter() { .>
|
||||
<tr class="notification__item">
|
||||
<tr class="notification__item" id="notification__item-<.= notification.id .>">
|
||||
<td>
|
||||
<h3 class="notification__item-heading">
|
||||
<.= notification.heading .>
|
||||
@@ -34,6 +34,7 @@ include!("../navbar/index.html"); .>
|
||||
src="<.= crate::FILES
|
||||
.get("./static/cache/img/svg/check.svg")
|
||||
.unwrap() .>"
|
||||
data-id="<.= notification.id .>"
|
||||
alt="Mark Read"
|
||||
/>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user