From bc0876cf33f2c2c18a6b476e63cb4ac92e1563e5 Mon Sep 17 00:00:00 2001 From: Chase Sterling Date: Sat, 9 Jul 2016 20:02:53 -0400 Subject: [PATCH] Add gravatars back to history view --- realms/templates/wiki/history.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/realms/templates/wiki/history.html b/realms/templates/wiki/history.html index 9ef194c..ff8747a 100644 --- a/realms/templates/wiki/history.html +++ b/realms/templates/wiki/history.html @@ -58,7 +58,11 @@ ordering: false, bFilter: false, columns: [ - { "data": "author" }, + { "data": null, + "render": function(data) { + return ' ' + data.author + } + }, { "data": "message" }, { "data": "time", "render": function (data) {