Convert github commits widget to ember

This commit is contained in:
Neil Lalonde
2013-03-11 15:26:14 -04:00
parent 1b808a54a4
commit bf37e1b995
11 changed files with 208 additions and 425 deletions
@@ -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'
});