mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:48:51 +00:00
[libs] modified ui of 'lib list' & 'lib create'
* removed 'description', added 'size'
This commit is contained in:
@@ -5,13 +5,13 @@ define([
|
||||
'common',
|
||||
'app/views/share',
|
||||
'text!' + app.config._tmplRoot + 'repo.html'
|
||||
], function($, _, Backbone, Common, ShareView, reposTemplate) {
|
||||
], function($, _, Backbone, Common, ShareView, repoTemplate) {
|
||||
'use strict';
|
||||
|
||||
var RepoView = Backbone.View.extend({
|
||||
tagName: 'tr',
|
||||
|
||||
template: _.template(reposTemplate),
|
||||
template: _.template(repoTemplate),
|
||||
repoDelConfirmTemplate: _.template($('#repo-del-confirm-template').html()),
|
||||
|
||||
events: {
|
||||
|
Reference in New Issue
Block a user