diff --git a/views/commit.twig b/views/commit.twig index dfd510a..b587726 100644 --- a/views/commit.twig +++ b/views/commit.twig @@ -39,8 +39,26 @@
| {{ line.getNumOld }} | -{{ line.getNumNew }} | ++ {% if line.getType != 'chunk' %} + + + {% endif %} + {{ line.getNumOld }} + {% if line.getType != 'chunk' %} + + {% endif %} + | ++ {% if line.getType != 'chunk' %} + + + {% endif %} + {{ line.getNumNew }} + {% if line.getType != 'chunk' %} + + {% endif %} + |
{{ line.getLine }}
|