rename admin to advanced settings & add help text

closes #163
This commit is contained in:
Adam Cooke
2017-06-02 12:11:19 +01:00
parent a18d344025
commit fda0cfafc6
6 changed files with 80 additions and 54 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ Rails.application.routes.draw do
get :delete, :on => :member
get 'help/outgoing' => 'help#outgoing'
get 'help/incoming' => 'help#incoming'
get :admin, :on => :member
get :advanced, :on => :member
post :suspend, :on => :member
post :unsuspend, :on => :member
end