Add a browse page for bugs
This commit is contained in:
parent
c22958faed
commit
01aa270315
7 changed files with 122 additions and 3 deletions
|
@ -92,6 +92,7 @@ ActionController::Routing::Routes.draw do |map|
|
|||
map.changeset '/browse/changeset/:id', :controller => 'browse', :action => 'changeset', :id => /\d+/
|
||||
map.connect '/browse/changesets', :controller => 'changeset', :action => 'list'
|
||||
map.connect '/browse/changesets/feed', :controller => 'changeset', :action => 'list', :format => :atom
|
||||
map.connect '/browse/bug/:id', :controller => 'browse', :action => 'bug', :id => /\d+/
|
||||
|
||||
# web site
|
||||
map.root :controller => 'site', :action => 'index'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue