1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

added group side nav

This commit is contained in:
llj
2015-04-13 20:05:30 +08:00
committed by Daniel Pan
parent dc1dd25c66
commit 628511aef8
9 changed files with 203 additions and 28 deletions

View File

@@ -110,6 +110,7 @@ define([
case 'repo_set_password': return siteRoot + 'repo/set_password/';
case 'group_repos': return siteRoot + 'api2/groups/' + options.group_id + '/repos/';
case 'group_basic_info': return siteRoot + 'ajax/group/' + options.group_id + '/basic_info/';
}
},