about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--views/project/index.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/project/index.tt b/views/project/index.tt
index 9a5f4eb..5665686 100644
--- a/views/project/index.tt
+++ b/views/project/index.tt
@@ -16,7 +16,7 @@
                   <img src="http://www.gravatar.com/avatar/<: $commit.avatar :>?s=30" />
                 </div>
                 <div class="author"><: $commit.author.name :></div>
-                <div class="date"><: $commit.dt.month :></div>
+                <div class="date"><: $commit.timestamp :></div>
               </div>
               <div style="clear:both;"></div>
               <br />