diff --git a/templates/admin_topic_show.html b/templates/admin_topic_show.html index 536510421460b60b1ca349a23f8358237ff3f267..64ec42effe1e499078dd43d0b3fcd866043ac9e4 100644 --- a/templates/admin_topic_show.html +++ b/templates/admin_topic_show.html @@ -21,7 +21,11 @@ </thead> <tbody> {% for statement in topic.sorted_statements() %} - <tr> + {% if statement.is_meta %} + <tr class="rede-table-bg-red"> + {% else %} + <tr> + {% endif %} <td class="mdl-data-table__cell--non-numeric">{{ statement.speaker.identifier() }}</td> <td class="mdl-data-table__cell">{{ statement.speaker.count(statement.topic) }}</td> <td class="mdl-data-table__cell--non-numeric">