mirror of
https://github.com/discourse/discourse.git
synced 2025-06-08 14:26:21 +08:00
Make commits-widget contents fill its container, and improve layout on dashboard
This commit is contained in:
@ -30,7 +30,7 @@ Discourse.GithubCommit.reopenClass({
|
||||
Discourse.ajax( "https://api.github.com/repos/discourse/discourse/commits?callback=callback", {
|
||||
dataType: 'jsonp',
|
||||
type: 'get',
|
||||
data: { per_page: 25 }
|
||||
data: { per_page: 40 }
|
||||
}).then(function (response) {
|
||||
response.data.each(function(commit) {
|
||||
result.pushObject( Discourse.GithubCommit.create(commit) );
|
||||
|
Reference in New Issue
Block a user