mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
[backbone] Merge into one library app
This commit is contained in:
@@ -9,7 +9,7 @@ define([
|
||||
var OrganizationRepoView = Backbone.View.extend({
|
||||
tagName: 'tr',
|
||||
|
||||
template: _.template($('#organization-repos-tmpl').html()),
|
||||
template: _.template($('#organization-repo-tmpl').html()),
|
||||
|
||||
events: {
|
||||
'mouseenter': 'showAction',
|
||||
|
Reference in New Issue
Block a user