From 18a7d4c79426fada7ef490ab088700f4515ef6b1 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Wed, 5 Sep 2018 14:22:16 +0200 Subject: [PATCH] Fix typo --- app/views/stats/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/stats/index.html.haml b/app/views/stats/index.html.haml index aea8aeab0..4d232bccd 100644 --- a/app/views/stats/index.html.haml +++ b/app/views/stats/index.html.haml @@ -131,7 +131,7 @@ .stat-cards .stat-card.stat-card-half.pull-left %span.stat-card-title Taux d'utilisation de la bibliothèque - = column_chart @cloned_from_library_procedures_ratio, ytitle: 'démarches clonées / total démarche', xtitle: 'semaines' + = column_chart @cloned_from_library_procedures_ratio, ytitle: 'démarches clonées / total démarches', xtitle: 'semaines' .clearfix