allura
Revision | a7374e0f38ed8fd04f0c61fb3773cad43f4fb802 (tree) |
---|---|
Zeit | 2012-07-08 06:27:46 |
Autor | Yuriy <yuriyarhipovua@yand...> |
Commiter | Yuriy |
[#4481] ticket:103 fix
@@ -32,7 +32,7 @@ | ||
32 | 32 | {% elif col['name'] == 'assigned_to' %} |
33 | 33 | <td>{% if t.assigned_to_id %}{{t.assigned_to.display_name}}{% endif %}</td> |
34 | 34 | {% elif col['name'] == 'votes' %} |
35 | - <td><div style="color:{%if t.votes>0 %}green{%endif%}{%if t.votes<0 %}red{%endif%}">{{ t.votes }}</div></td> | |
35 | + <td>{{ t.votes }}</td> | |
36 | 36 | {% else %} |
37 | 37 | {% set fld = c.app.globals.get_custom_field(col['name']) %} |
38 | 38 | {% if fld and fld.type == 'user' %} |