Add a github widget to the admin dashboard showing the 10 most recent commits

This commit is contained in:
Neil Lalonde 2013-02-28 15:35:34 -05:00
parent 98d4f40d05
commit f0c2d012b7
2 changed files with 6 additions and 0 deletions

View File

@ -24,4 +24,6 @@
</span>
{{/if}}
</p>
<iframe src="http://tylerlh.github.com/github-latest-commits-widget/?username=discourse&repo=discourse&limit=10" allowtransparency="true" frameborder="0" scrolling="no" width="502px" height="252px" id="git-commits-widget"></iframe>
{{/if}}

View File

@ -109,6 +109,10 @@
}
}
#git-commits-widget {
margin: 10px 0;
}
.settings {
.setting {
padding-bottom: 20px;