|
/**
|
|
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'
|
|
}); |