From f4bc9b889203e5852fffef7991400fcbb85a9c54 Mon Sep 17 00:00:00 2001 From: Klaus Silveira Date: Tue, 12 Mar 2013 09:52:52 -0300 Subject: [PATCH] Fixes #269 --- views/commit.twig | 2 +- views/commits_list.twig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/views/commit.twig b/views/commit.twig index f3d0cac..0c0c74d 100644 --- a/views/commit.twig +++ b/views/commit.twig @@ -13,7 +13,7 @@

{{ commit.message }}

- + {{ commit.author.name }} authored on {{ commit.date | date('d/m/Y \\a\\t H:i:s') }}
Showing {{ commit.changedFiles }} changed files
diff --git a/views/commits_list.twig b/views/commits_list.twig index 0c5b2a3..f47f675 100644 --- a/views/commits_list.twig +++ b/views/commits_list.twig @@ -9,7 +9,7 @@ {% for item in commit %} - + View {{ item.shortHash }}

{{ item.message }}

@@ -37,4 +37,4 @@ {% endif %} -{% endif %} \ No newline at end of file +{% endif %}