From c130722716996ea9290cf86ad1c12a70a20ac5f9 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 17 Dec 2013 12:41:03 -0800 Subject: [PATCH 1/2] update version --- config/danbooru_default_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index a9606d6e3..23a291ec1 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -4,7 +4,7 @@ module Danbooru class Configuration # The version of this Danbooru. def version - "2.38.0" + "2.38.2" end # The name of this Danbooru. From 52cb85a621b4535cbcf7f3078205418336422ac5 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Thu, 19 Dec 2013 14:09:03 -0800 Subject: [PATCH 2/2] switch mobile paginator to sequential --- app/views/mobile/posts/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/mobile/posts/index.html.erb b/app/views/mobile/posts/index.html.erb index 8f3cee7c2..8b211e8ce 100644 --- a/app/views/mobile/posts/index.html.erb +++ b/app/views/mobile/posts/index.html.erb @@ -5,7 +5,7 @@ <%= @post_set.presenter.post_previews_html(self, :path_prefix => "/m/posts") %> -<%= numbered_paginator(@post_set.posts) %> +<%= sequential_paginator(@post_set.posts) %>
<%= @post_set.presenter.tag_list_html(self, :name_only => true, :path_prefix => "/m/posts") %>