* Add step fields to enable decimal points on fields #342 * Update js-yaml version due to vulnerability scan * Don't seed dev files when env == local * Fix * Fix to be static * Add visibilty keyword
This commit is contained in:
@@ -46,12 +46,14 @@
|
||||
'class' => 'form-control',
|
||||
'placeholder' => 'hours',
|
||||
'style' => 'width: 50%',
|
||||
'min' => '0',
|
||||
]) }}
|
||||
|
||||
{{ Form::number('minutes', null, [
|
||||
'class' => 'form-control',
|
||||
'placeholder' => 'minutes',
|
||||
'style' => 'width: 50%',
|
||||
'min' => '0',
|
||||
]) }}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user