mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-21 21:05:05 +00:00
Tweaked HTML for the notifications page.
This commit is contained in:
parent
c30036f8c3
commit
e1df0d0d57
1 changed files with 6 additions and 2 deletions
8
html.c
8
html.c
|
@ -2662,7 +2662,9 @@ xs_str *html_notifications(snac *user, int skip, int show)
|
|||
xs_html_text(L("New"))));
|
||||
|
||||
xs_html_add(body,
|
||||
noti_new);
|
||||
xs_html_tag("div",
|
||||
xs_html_attr("class", "snac-posts"),
|
||||
noti_new));
|
||||
}
|
||||
|
||||
xs_html_add(noti_new,
|
||||
|
@ -2677,7 +2679,9 @@ xs_str *html_notifications(snac *user, int skip, int show)
|
|||
xs_html_text(L("Already seen"))));
|
||||
|
||||
xs_html_add(body,
|
||||
noti_seen);
|
||||
xs_html_tag("div",
|
||||
xs_html_attr("class", "snac-posts"),
|
||||
noti_seen));
|
||||
}
|
||||
|
||||
xs_html_add(noti_seen,
|
||||
|
|
Loading…
Reference in a new issue