File tree 1 file changed +2
-2
lines changed
resources/views/dashboard/incidents
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
<div class =" form-group" >
55
55
<label for =" incident-stick" >{{ trans (' forms.incidents.stick_status' ) } } </label >
56
56
<select name =" stickied" id =" incident-stick" class =" form-control" >
57
- <option value =' 1' {{ $incident -> stickied = == true ? ' selected' : null } } >{{ trans (' forms.incidents.stickied' ) } } </option >
58
- <option value =' 0' {{ $incident -> stickied = == false ? ' selected' : null } } >{{ trans (' forms.incidents.not_stickied' ) } } </option >
57
+ <option value =' 1' test = ' {{ $incident -> stickied } } ' {{ $incident -> stickied == true ? ' selected' : null } } >{{ trans (' forms.incidents.stickied' ) } } </option >
58
+ <option value =' 0' test = ' {{ $incident -> stickied } } ' {{ $incident -> stickied == false ? ' selected' : null } } >{{ trans (' forms.incidents.not_stickied' ) } } </option >
59
59
</select >
60
60
</div >
61
61
@if ($incident -> component )
You can’t perform that action at this time.
0 commit comments