Add data-fullname attribute to moderation log.

This commit is contained in:
DEADB33F
2012-03-28 09:37:23 +02:00
committed by Neil Williams
parent e78bd5e32a
commit 83edb3bb0d

View File

@@ -31,7 +31,7 @@
bgcolor = 'rgb(%s,%s,%s)' % thing.bgcolor
%>
<tr class="modactions" style="background-color: ${bgcolor}">
<tr class="modactions" style="background-color: ${bgcolor}" data-fullname="${thing.fullname}">
<td class="timestamp whitespace:nowrap">${timestamp(thing.date)}&#32;ago</td>
%if is_multi:
<td class="subreddit">${plain_link('/r/' + thing.sr_name, thing.sr_path + 'about/log', title=thing.sr_name)}</td>