]> git.ipfire.org Git - pbs.git/commitdiff
Fix double minus for negative credit.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Nov 2012 20:40:15 +0000 (21:40 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Nov 2012 20:40:15 +0000 (21:40 +0100)
data/templates/modules/log-entry-comment.html

index d66f1d8bf86224d1919abbe58b142891070f0c33..8b822104a0b5ffa3e7b568c7ac8d0254cc9a9745 100644 (file)
@@ -8,7 +8,7 @@
                &dash;
        {% elif entry.vote == "down" %}
                <span class="label label-important" title="{{ _("This build does not work for %s.") % entry.user.firstname }}">
-                       -{{ entry.credit }}
+                       {{ entry.credit }}
                </span>
                &dash;
        {% end %}