mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 08:06:56 +00:00
Split tabs in share admin page
This commit is contained in:
@@ -3,7 +3,10 @@ from django.conf.urls.defaults import *
|
||||
from views import *
|
||||
|
||||
urlpatterns = patterns('',
|
||||
url(r'^$', share_admin, name='share_admin'),
|
||||
url(r'^$', list_share_out_repos, name='share_admin'),
|
||||
url(r'^links/$', list_shared_links, name='list_shared_links'),
|
||||
url(r'^files/$', list_priv_shared_files, name='list_priv_shared_files'),
|
||||
|
||||
url(r'^add/$', share_repo, name='share_repo'),
|
||||
url(r'^remove/$', repo_remove_share, name='repo_remove_share'),
|
||||
|
||||
|
Reference in New Issue
Block a user