diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb index 5ade5615a..e91ca7a7b 100644 --- a/app/views/admin/_menu.html.erb +++ b/app/views/admin/_menu.html.erb @@ -38,5 +38,12 @@ <%= t('admin.menu.settings') %> <% end %> + +
  • + <%= link_to stats_path do %> + + <%= t('admin.menu.stats') %> + <% end %> +
  • diff --git a/config/locales/admin.en.yml b/config/locales/admin.en.yml index 76bd55598..154cde012 100644 --- a/config/locales/admin.en.yml +++ b/config/locales/admin.en.yml @@ -14,6 +14,7 @@ en: hidden_debates: Hidden debates hidden_comments: Hidden comments officials: Officials + stats: Statistics actions: hide: Hide restore: Restore diff --git a/config/locales/admin.es.yml b/config/locales/admin.es.yml index 4889f4813..419300cf9 100644 --- a/config/locales/admin.es.yml +++ b/config/locales/admin.es.yml @@ -14,6 +14,7 @@ es: hidden_debates: Debates ocultos hidden_comments: Comentarios ocultos officials: Cargos públicos + stats: Estadísticas actions: hide: Ocultar restore: Permitir