• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

Revisiona7374e0f38ed8fd04f0c61fb3773cad43f4fb802 (tree)
Zeit2012-07-08 06:27:46
AutorYuriy <yuriyarhipovua@yand...>
CommiterYuriy

Log Message

[#4481] ticket:103 fix

Ändern Zusammenfassung

Diff

--- a/ForgeTracker/forgetracker/templates/tracker_widgets/ticket_search_results.html
+++ b/ForgeTracker/forgetracker/templates/tracker_widgets/ticket_search_results.html
@@ -32,7 +32,7 @@
3232 {% elif col['name'] == 'assigned_to' %}
3333 <td>{% if t.assigned_to_id %}{{t.assigned_to.display_name}}{% endif %}</td>
3434 {% 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>
3636 {% else %}
3737 {% set fld = c.app.globals.get_custom_field(col['name']) %}
3838 {% if fld and fld.type == 'user' %}