aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/admin/index-dm.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/zurich/admin/index-dm.html')
-rw-r--r--templates/web/zurich/admin/index-dm.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/index-dm.html b/templates/web/zurich/admin/index-dm.html
index 81740d43e..bd8894e70 100644
--- a/templates/web/zurich/admin/index-dm.html
+++ b/templates/web/zurich/admin/index-dm.html
@@ -35,7 +35,7 @@
</tr>
[%- FOR problem IN problems %]
<tr[% ' class="adminhidden"' IF problem.state == 'hidden' %]>
- <td>[% problem.id %]</td>
+ <td class="record-id">[% problem.id %]</td>
<td>[% PROCESS value_or_nbsp value=problem.title %]</td>
<td>[% states.${problem.state} %]</td>
<td>[% problem.category %]</td>