X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8716b1922b5a619e1b070184e0a4d7b565cb1f39..refs/pull/3153/head:/resources/views/settings/webhooks/index.blade.php diff --git a/resources/views/settings/webhooks/index.blade.php b/resources/views/settings/webhooks/index.blade.php index 999a458ec..296bbd7ed 100644 --- a/resources/views/settings/webhooks/index.blade.php +++ b/resources/views/settings/webhooks/index.blade.php @@ -24,7 +24,8 @@ - + + @foreach($webhooks as $webhook) @@ -39,12 +40,15 @@ {{ $webhook->trackedEvents->count() }} @endif + @endforeach
{{ trans('common.name') }}{{ trans('settings.webhook_events_table_header') }}{{ trans('settings.webhook_events_table_header') }}{{ trans('common.status') }}
+ {{ trans('common.status_' . ($webhook->active ? 'active' : 'inactive')) }} +
@else -

- {{ trans('common.no_items') }} +

+ {{ trans('settings.webhooks_none_created') }}

@endif