From a07611b2dcb106ec5c9554b94509ae111dc12f1c Mon Sep 17 00:00:00 2001 From: f Date: Tue, 19 Jul 2022 14:18:39 -0300 Subject: [PATCH] =?UTF-8?q?fixup!=20no=20fallar=20si=20el=20sitio=20no=20e?= =?UTF-8?q?xiste=20m=C3=A1s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/sites/index.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/sites/index.haml b/app/views/sites/index.haml index 4b483e75..fb4b9780 100644 --- a/app/views/sites/index.haml +++ b/app/views/sites/index.haml @@ -18,7 +18,7 @@ - begin - next unless site.jekyll - rescue StandardError => e - - ExceptionNotifier.notify_exception(e, data: { site: @site.name, usuarie: current_usuarie.id }) + - ExceptionNotifier.notify_exception(e, data: { site: site.name, usuarie: current_usuarie.id }) - next - rol = current_usuarie.rol_for_site(site)