Show dateline when a comment is edited or deleted

Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Marcel Korpel 2015-07-10 18:47:33 +02:00 committed by Lukas Fleischer
parent e331ce273c
commit 9cde6b0566
3 changed files with 37 additions and 15 deletions

View file

@ -96,6 +96,11 @@
color: #999;
}
.edited {
font-size: 0.9em;
color: #999;
}
.delete-comment-form, .edit-comment {
float: right;
margin-left: 8px;