mirror of
https://github.com/grocy/grocy.git
synced 2025-08-28 17:10:11 +00:00
Finalize user-defined-fields (closes #176)
This commit is contained in:
@@ -56,6 +56,11 @@
|
||||
<textarea class="form-control" id="description" name="description">@if($mode == 'edit'){{ $equipment->description }}@endif</textarea>
|
||||
</div>
|
||||
|
||||
@include('components.userfieldsform', array(
|
||||
'userfields' => $userfields,
|
||||
'entity' => 'equipment'
|
||||
))
|
||||
|
||||
<button id="save-equipment-button" class="btn btn-success">{{ $L('Save') }}</button>
|
||||
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user