From a03270dbf17d441c4b93eeed5381f730faa970ec Mon Sep 17 00:00:00 2001 From: evazion Date: Thu, 5 Apr 2018 16:52:46 -0500 Subject: [PATCH] Add about:userscripts to site map. --- app/views/static/site_map.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb index e98bbd60b..3dbeb4168 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -27,6 +27,7 @@
  • <%= link_to("Bug Reports", Danbooru.config.issues_url) %>
  • <%= link_to("Keyboard Shortcuts", keyboard_shortcuts_path) %>
  • <%= link_to("Bookmarklet", bookmarklet_path) %>
  • +
  • <%= link_to("User Scripts", wiki_pages_path(title: "about:userscripts")) %>
  • <%= link_to("API Documentation", wiki_pages_path(:title => "help:api")) %>
  • <%= link_to("IQDB Queries", check_iqdb_queries_path) %>