5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 21:56:23 +00:00

Merge branch 'recuperar-partials' into panel.sutty.nl

This commit is contained in:
f 2022-07-19 14:18:57 -03:00
commit c0ea64dd35

View file

@ -18,7 +18,7 @@
- begin - begin
- next unless site.jekyll - next unless site.jekyll
- rescue StandardError => e - 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 - next
- rol = current_usuarie.rol_for_site(site) - rol = current_usuarie.rol_for_site(site)