diff --git a/templates/repository/commit.html b/templates/repository/commit.html index 6f3d68e..4d15658 100644 --- a/templates/repository/commit.html +++ b/templates/repository/commit.html @@ -74,8 +74,10 @@ {{ patch.delta.new_file.path }} {{ patch.line_stats[1] + patch.line_stats[2] }} - + {% if diff_stats.insertions + diff_stats.deletions > 0 %} + + {% endif %}