Add option to enable advanced stats

This commit is contained in:
Javi Martín
2019-04-29 17:45:01 +02:00
parent a34b97e843
commit 45a3d8daf0
11 changed files with 49 additions and 9 deletions

View File

@@ -2,5 +2,6 @@
<legend><%= t("admin.shared.show_results_and_stats") %></legend>
<%= form.check_box :results_enabled %>
<%= form.check_box :stats_enabled %>
<%= form.check_box :advanced_stats_enabled %>
<p class="small"><%= t("admin.shared.results_and_stats_reminder") %></p>
</fieldset>