added keyboard shortcuts page

This commit is contained in:
albert
2011-11-02 11:02:35 -04:00
parent 1a435419c7
commit 10141af07d
7 changed files with 59 additions and 23 deletions

View File

@@ -168,6 +168,7 @@ Danbooru::Application.routes.draw do
resources :ftopics, :controller => "forum_topics"
resources :fposts, :controller => "forum_posts"
match "/static/keyboard_shortcuts" => "static#keyboard_shortcuts", :as => "keyboard_shortcuts"
match "/static/bookmarklet" => "static#bookmarklet", :as => "bookmarklet"
match "/static/site_map" => "static#site_map", :as => "site_map"
match "/static/terms_of_service" => "static#terms_of_service", :as => "terms_of_service"