track user verification and add statistics of verified users who did not vote proposals

This commit is contained in:
palomahnhp
2016-03-13 18:29:55 +01:00
parent 0b1b4384ee
commit 7d4936b577
18 changed files with 210 additions and 2 deletions

View File

@@ -76,6 +76,13 @@
<%= t "admin.stats.show.summary.user_level_three" %><br>
<span class="number"><%= number_with_delimiter(@user_level_three) %></span>
</p>
<p>
<%= t "admin.stats.show.summary.verified_users_who_didnt_vote_proposals" %><br>
<span class="number">
<%=number_with_delimiter(@user_ids_who_didnt_vote_proposals)%>
</span>
</p>
</div>
</div>