update version, update user listing to match promotion report

This commit is contained in:
r888888888
2013-07-23 17:14:41 -07:00
parent 468d68d834
commit 073efaacb4
2 changed files with 4 additions and 4 deletions

View File

@@ -15,8 +15,8 @@
<th>Posts</th>
<th>Deleted</th>
<% if CurrentUser.user.is_janitor? %>
<th><abbr title="1+ Favorite(s) Binomial Confidence Interval">1+ FBCI</abbr></th>
<th><abbr title="5+ Favorites Binomial Confidence Interval">5+ FBCI</abbr></th>
<th><abbr title="5+ Score Binomial Confidence Interval">5+ SBCI</abbr></th>
<th><abbr title="10+ Score Binomial Confidence Interval">10+ SBCI</abbr></th>
<% end %>
<th>Notes</th>
<th>Edits</th>
@@ -41,8 +41,8 @@
<td><%= link_to user.posts.count, posts_path(:tags => "user:#{user.name}") %></td>
<td><%= user.posts.deleted.count %></td>
<% if CurrentUser.user.is_janitor? %>
<td><%= number_to_percentage Reports::UserPromotions.confidence_interval_for(user, 1), :precision => 0 %></td>
<td><%= number_to_percentage Reports::UserPromotions.confidence_interval_for(user, 5), :precision => 0 %></td>
<td><%= number_to_percentage Reports::UserPromotions.confidence_interval_for(user, 10), :precision => 0 %></td>
<% end %>
<td><%= link_to user.note_versions.count, note_versions_path(:search => {:updater_id => user.id}) %></td>
<td><%= link_to user.post_update_count, post_versions_path(:search => {:updater_id => user.id}) %></td>

View File

@@ -4,7 +4,7 @@ module Danbooru
class Configuration
# The version of this Danbooru.
def version
"2.25.0"
"2.26.0"
end
# The name of this Danbooru.