From 4e022b7a587db5a6975a4ae255f465985ccb61cd Mon Sep 17 00:00:00 2001 From: Michael Yanovich Date: Thu, 13 Sep 2012 19:09:02 -0300 Subject: [PATCH] Update views/commit.twig Force the gravatar image to load over HTTPS so that when gitlist is placed on a website that loads over HTTPS the insecure link doesn't break the padlock security alert in many popular browsers. --- views/commit.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/commit.twig b/views/commit.twig index 4524b98..058d037 100644 --- a/views/commit.twig +++ b/views/commit.twig @@ -13,7 +13,7 @@

{{ commit.message }}

- + {{ commit.author.name }} authored in {{ commit.date | date('d/m/Y \\a\\t H:i:s') }}
Showing {{ commit.changedFiles }} changed files