From be256feac0af006d925e43975b5e0cef1a9d7988 Mon Sep 17 00:00:00 2001 From: "Daniel G. Taylor" Date: Tue, 17 Jul 2012 09:48:14 -0700 Subject: [PATCH] Replace getter calls with direct property access in twig template based on feedback by GromNaN --- views/commit.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/commit.twig b/views/commit.twig index 86f0bd6..59b67f8 100644 --- a/views/commit.twig +++ b/views/commit.twig @@ -30,7 +30,7 @@
{{ diff.file }}
- History + History View file @ {{ commit.shortHash }}