1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 10:58:33 +00:00

[backbone] Add dirView for organizational libs

This commit is contained in:
Daniel Pan
2015-03-07 16:40:30 +08:00
parent 0a32d98f20
commit 4d471c0c24
7 changed files with 84 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ define([
'underscore',
'backbone',
'common',
'text!' + app.config._tmplRoot + 'organization-repos.html'
'text!' + app.config._tmplRoot + 'organization-repo.html'
], function($, _, Backbone, Common, reposTemplate) {
'use strict';