about summary refs log tree commit diff
path: root/views/index.tt
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-04-28 14:19:00 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-04-28 14:19:00 -0700
commitde44fb9427035c2684d5b0882ae9caa4c621d86f (patch)
tree3cfb4b5a1c7b8f3f77baf4867c58561bb11ef4db /views/index.tt
parentAdd a link from the project page back to the dashboard, fixes #39 (diff)
downloadjitterbug-de44fb9427035c2684d5b0882ae9caa4c621d86f.tar.gz
Show the author of the latest commit on the dashboard, fixes #40
Diffstat (limited to 'views/index.tt')
-rw-r--r--views/index.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.tt b/views/index.tt
index 727a95c..a6e0919 100644
--- a/views/index.tt
+++ b/views/index.tt
@@ -24,7 +24,7 @@
           <div class="repo-body">
             <p class="desc"><: $project.description :></p>
             :if $project.last_build.timestamp {
-            <p class="updated-at">last updated at <: $project.last_build.timestamp :></p>
+            <p class="updated-at">last updated at <: $project.last_build.timestamp :> by <: $project.last_build_author :></p>
             :}
             <div class="last-builds">
               :for $project.last_build.version.keys() -> $version {