mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 20:36:21 +00:00
no fallar todo si un sitio no funciona
This commit is contained in:
parent
15454596f2
commit
fdfc5db345
1 changed files with 43 additions and 40 deletions
|
@ -14,6 +14,7 @@
|
|||
%table.table.table-condensed
|
||||
%tbody
|
||||
- @sites.each do |site|
|
||||
- begin
|
||||
- next unless site.jekyll
|
||||
- rol = current_usuarie.rol_for_site(site)
|
||||
-#
|
||||
|
@ -55,3 +56,5 @@
|
|||
type: 'info',
|
||||
link: site_usuaries_path(site)
|
||||
= render 'sites/build', site: site
|
||||
- rescue ActionView::Template::Error => e
|
||||
- ExceptionNotifier.notify_exception(e.cause, data: { site: @site.name, usuarie: current_usuarie.id })
|
||||
|
|
Loading…
Reference in a new issue