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