Convert github commits widget to ember
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
A view for showing commits to the discourse repo.
|
||||
|
||||
@class AdminGithubCommitsView
|
||||
@extends Discourse.View
|
||||
@namespace Discourse
|
||||
@module Discourse
|
||||
**/
|
||||
Discourse.AdminGithubCommitsView = Discourse.View.extend({
|
||||
templateName: 'admin/templates/commits'
|
||||
});
|
||||
Reference in New Issue
Block a user