From 10929babc382dac63762afc724c597b2cd4472bc Mon Sep 17 00:00:00 2001 From: "Daniel G. Taylor" Date: Mon, 16 Jul 2012 09:49:35 -0700 Subject: [PATCH 1/2] Add history link to each file in diff view to make it easier to get to that file's history. It's also possible to view the file at that revision and then press the history button on the page that is loaded after clicking, but this makes it faster and easier as well as more obvious. --- views/commit.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/views/commit.twig b/views/commit.twig index 8e7daf8..86f0bd6 100644 --- a/views/commit.twig +++ b/views/commit.twig @@ -30,6 +30,7 @@
{{ diff.file }}
+ History View file @ {{ commit.shortHash }}
From be256feac0af006d925e43975b5e0cef1a9d7988 Mon Sep 17 00:00:00 2001 From: "Daniel G. Taylor" Date: Tue, 17 Jul 2012 09:48:14 -0700 Subject: [PATCH 2/2] 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 @@