From 2216d2d1f0808d4fcd8422bac6f49e8967b13c4e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 3 Apr 2011 12:54:43 -0400 Subject: [PATCH] github template update --- dashboard/templates/github-commits.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dashboard/templates/github-commits.html b/dashboard/templates/github-commits.html index f48864c..027d107 100644 --- a/dashboard/templates/github-commits.html +++ b/dashboard/templates/github-commits.html @@ -8,9 +8,7 @@ {% for commit in commits %}
  • - - {{ commit.author }} -
        {{ commit.message }}
    +
    [{{ commit.author }}] {{ commit.message }}
  • {% endfor %}