diff --git a/progit/templates/pull_request.html b/progit/templates/pull_request.html
index d7fdb81..511f335 100644
--- a/progit/templates/pull_request.html
+++ b/progit/templates/pull_request.html
@@ -155,10 +155,12 @@
{% for patch in diff %}
-
+ {% if not patch.is_binary %}
+
{% if patch.additions > 0 %}+{{ patch.additions }}{% endif %}
{% if patch.deletions > 0 %}-{{ patch.deletions }}{% endif %}
-
+
+ {% endif }
{{ patch.new_file_path }}
@@ -174,10 +176,12 @@
{{ patch.new_file_path }}