diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/general.yml-example | 1 | ||||
-rw-r--r-- | config/routes.rb | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index bfe289541..406fe69fa 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -53,7 +53,6 @@ FRONTPAGE_PUBLICBODY_EXAMPLES: 'tgq' # script). Earlier in the list means the templates have a higher # priority. THEME_URLS: - - 'git://github.com/mysociety/adminbootstraptheme.git' - 'git://github.com/mysociety/alavetelitheme.git' # When rails-post-deploy installs the themes it will try this branch first diff --git a/config/routes.rb b/config/routes.rb index 3512b4cd4..c0e79f2cd 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -185,6 +185,7 @@ ActionController::Routing::Routes.draw do |map| admin.admin_timeline '/admin/timeline', :action => 'timeline' admin.admin_debug '/admin/debug', :action => 'debug' admin.admin_stats '/admin/stats', :action => 'stats' + admin.admin_js '/admin/javascripts/admin.js', :action => 'admin_js' end map.with_options :controller => 'admin_request' do |admin| |