* Refactor user settings page
* Change default route to posts#index * Add footer to intro page * Change promotion report to exclude deleted posts
This commit is contained in:
@@ -4,7 +4,7 @@ module Danbooru
|
||||
class Configuration
|
||||
# The version of this Danbooru.
|
||||
def version
|
||||
"2.23.1"
|
||||
"2.24.0"
|
||||
end
|
||||
|
||||
# The name of this Danbooru.
|
||||
|
||||
@@ -356,5 +356,5 @@ Danbooru::Application.routes.draw do
|
||||
match "/static/benchmark" => "static#benchmark"
|
||||
match "/static/name_change" => "static#name_change", :as => "name_change"
|
||||
|
||||
root :to => "posts#home"
|
||||
root :to => "posts#index"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user