Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
redl
redeleitsystem
Commits
6928922e
Commit
6928922e
authored
Nov 08, 2015
by
Robin Sonnabend
Browse files
Meta auch in Benutzeransicht rot
parent
ac11ceeb
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/admin_topic_show.html
View file @
6928922e
...
...
@@ -21,11 +21,11 @@
</thead>
<tbody>
{% for statement in topic.sorted_statements() %}
{% if statement.is_meta %}
{% if statement.is_meta %}
<tr
class=
"rede-table-bg-red"
>
{% else %}
<tr>
{% endif %}
{% 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"
>
...
...
templates/speech_content_index.html
View file @
6928922e
...
...
@@ -20,7 +20,11 @@
</thead>
<tbody>
{% for statement in event.get_current_topic().sorted_statements() %}
{% 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(event.get_current_topic()) }}
</td>
</tr>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment