Don't need to have notifications enabled for Slack etc...

This commit is contained in:
James Brooks
2017-01-03 19:22:35 +00:00
parent 42f33507cb
commit 51864f3897

View File

@@ -115,14 +115,12 @@
<input type="text" name="occurred_at" class="form-control" rel="datepicker-custom" data-date-format="YYYY-MM-DD HH:mm" placeholder="{{ trans('forms.optional') }}">
</div>
<input type="hidden" name="notify" value="0">
@if($enable_subscribers)
<div class="checkbox">
<label>
<input type="checkbox" name="notify" value="1" checked="{{ Binput::old('notify', 'checked') }}">
{{ trans('forms.incidents.notify_subscribers') }}
</label>
</div>
@endif
</fieldset>
<div class="form-group">