Revise case levels display
This commit is contained in:
parent
1eac26399f
commit
7704319bd1
@ -55,7 +55,7 @@
|
||||
<select name='{{ field_name(form.level) }}' id='case_form_level' class='form-control'>
|
||||
<option value=''></option>
|
||||
{% for l in enum('App\\Enums\\CaseLevel').cases() %}
|
||||
<option value='{{ l.value }}'>{{ l.name }}</option>
|
||||
<option value='{{ l.value }}'>{{ l.name|replace({'_': ' '})|lower|capitalize }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user