Skip to content
Snippets Groups Projects
Commit 6928922e authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Meta auch in Benutzeransicht rot

parent ac11ceeb
Branches
No related tags found
No related merge requests found
...@@ -20,7 +20,11 @@ ...@@ -20,7 +20,11 @@
</thead> </thead>
<tbody> <tbody>
{% for statement in event.get_current_topic().sorted_statements() %} {% for statement in event.get_current_topic().sorted_statements() %}
{% if statement.is_meta %}
<tr class="rede-table-bg-red">
{% else %}
<tr> <tr>
{% endif %}
<td class="mdl-data-table__cell--non-numeric">{{ statement.speaker.identifier() }}</td> <td class="mdl-data-table__cell--non-numeric">{{ statement.speaker.identifier() }}</td>
<td class="mdl-data-table__cell">{{ statement.speaker.count(event.get_current_topic()) }}</td> <td class="mdl-data-table__cell">{{ statement.speaker.count(event.get_current_topic()) }}</td>
</tr> </tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment