Tweak the copyright page translation
This commit is contained in:
parent
59bf6e0a04
commit
feb9582b07
2 changed files with 7 additions and 6 deletions
|
@ -89,6 +89,7 @@ ActionController::Routing::Routes.draw do |map|
|
|||
map.connect '/', :controller => 'site', :action => 'index'
|
||||
map.connect '/edit', :controller => 'site', :action => 'edit'
|
||||
map.connect '/copyright', :controller => 'site', :action => 'copyright'
|
||||
map.connect '/copyright/:copyright_locale', :controller => 'site', :action => 'copyright'
|
||||
map.connect '/history', :controller => 'changeset', :action => 'list'
|
||||
map.connect '/history/feed', :controller => 'changeset', :action => 'list', :format => :atom
|
||||
map.connect '/export', :controller => 'site', :action => 'export'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue