mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Convert github commits widget to ember
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
This controller is for the widget that shows the commits to the discourse repo.
|
||||
|
||||
@class AdminGithubCommitsController
|
||||
@extends Ember.ArrayController
|
||||
@namespace Discourse
|
||||
@module Discourse
|
||||
**/
|
||||
Discourse.AdminGithubCommitsController = Ember.ArrayController.extend({
|
||||
goToGithub: function() {
|
||||
window.open('https://github.com/discourse/discourse');
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user