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 %}
|