mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
update js/template
This commit is contained in:
@@ -3,15 +3,14 @@ define([
|
||||
'underscore',
|
||||
'backbone',
|
||||
'common',
|
||||
'app/views/share',
|
||||
'text!' + app.config._tmplRoot + 'repo.html'
|
||||
], function($, _, Backbone, Common, ShareView, repoTemplate) {
|
||||
'app/views/share'
|
||||
], function($, _, Backbone, Common, ShareView) {
|
||||
'use strict';
|
||||
|
||||
var RepoView = Backbone.View.extend({
|
||||
tagName: 'tr',
|
||||
|
||||
template: _.template(repoTemplate),
|
||||
template: _.template($('#repo-tmpl').html()),
|
||||
repoDelConfirmTemplate: _.template($('#repo-del-confirm-template').html()),
|
||||
|
||||
events: {
|
||||
|
Reference in New Issue
Block a user