Manage Uploaded Files
A less abstruse interface for deleting files (this time, many at-a-shot). Available from the Edit Web page.
This commit is contained in:
parent
788d1eb075
commit
1d3f7007c6
7 changed files with 58 additions and 2 deletions
|
@ -12,6 +12,7 @@ ActionController::Routing::Routes.draw do |map|
|
|||
map.connect 'create_system', :controller => 'admin', :action => 'create_system'
|
||||
map.connect 'create_web', :controller => 'admin', :action => 'create_web'
|
||||
map.connect 'delete_web', :controller => 'admin', :action => 'delete_web'
|
||||
map.connect 'delete_files', :controller => 'admin', :action => 'delete_files'
|
||||
map.connect 'web_list', :controller => 'wiki', :action => 'web_list'
|
||||
|
||||
connect_to_web map, ':web/edit_web', :controller => 'admin', :action => 'edit_web'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue