From 0d9ff07ff5930c05c92e7446f357c371b44e6a48 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Tue, 17 May 2016 23:36:08 +0200 Subject: [PATCH] adds back button from graph --- app/views/admin/stats/_graph.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/admin/stats/_graph.html.erb b/app/views/admin/stats/_graph.html.erb index 529574a28..44124b12d 100644 --- a/app/views/admin/stats/_graph.html.erb +++ b/app/views/admin/stats/_graph.html.erb @@ -1,3 +1,5 @@ +<%= back_link_to %> +

<%= t "admin.stats.graph.#{name || event}" %>(<%= count %>)

<%= chart_tag id: name, event: event %>