Skip to content
Snippets Groups Projects
Commit cc3ef4e9 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

make meta working propery -- color on hover could be better

parent 58039e1e
Branches
No related tags found
No related merge requests found
...@@ -21,7 +21,11 @@ ...@@ -21,7 +21,11 @@
</thead> </thead>
<tbody> <tbody>
{% for statement in topic.sorted_statements() %} {% for statement in 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(statement.topic) }}</td> <td class="mdl-data-table__cell">{{ statement.speaker.count(statement.topic) }}</td>
<td class="mdl-data-table__cell--non-numeric"> <td class="mdl-data-table__cell--non-numeric">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment