mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:50:14 +08:00
Add a github widget to the admin dashboard showing the 10 most recent commits
This commit is contained in:
parent
98d4f40d05
commit
f0c2d012b7
|
@ -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}}
|
|
@ -109,6 +109,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
#git-commits-widget {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.settings {
|
||||
.setting {
|
||||
padding-bottom: 20px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user