Styled the commit messages

This commit is contained in:
Kasper Rynning-Tønnesen
2015-06-11 13:35:20 +02:00
parent f2dbb7f364
commit 6569d006f2

View File

@@ -140,7 +140,7 @@ $(document).ready(function()
+ ": " + git_info[0].commit.author.name + ": " + git_info[0].commit.author.name
+ "<br><a href='"+git_info[0].html_url+"'>" + "<br><a href='"+git_info[0].html_url+"'>"
+ git_info[0].sha.substring(0,10) + "</a>: " + git_info[0].sha.substring(0,10) + "</a>: "
+ git_info[0].commit.message+"<br"); + git_info[0].commit.message+"<br");
} }
}); });