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)