mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 07:19:25 -05:00
Add data-fullname attribute to moderation log.
This commit is contained in:
@@ -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)} ago</td>
|
||||
%if is_multi:
|
||||
<td class="subreddit">${plain_link('/r/' + thing.sr_name, thing.sr_path + 'about/log', title=thing.sr_name)}</td>
|
||||
|
||||
Reference in New Issue
Block a user