mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Add color picker just to settings
This commit is contained in:
parent
82d6a4e025
commit
fb84ba2878
|
@ -20,6 +20,10 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<!-- Bootstrap Color Picker -->
|
||||||
|
<link rel="stylesheet" href="{{ asset('assets/js/plugins/colorpicker/bootstrap-colorpicker.min.css') }}">
|
||||||
|
|
||||||
|
|
||||||
{{ Form::open(['method' => 'POST', 'files' => true, 'class' => 'form-horizontal', 'role' => 'form' ]) }}
|
{{ Form::open(['method' => 'POST', 'files' => true, 'class' => 'form-horizontal', 'role' => 'form' ]) }}
|
||||||
<!-- CSRF Token -->
|
<!-- CSRF Token -->
|
||||||
{{ Form::hidden('_token', csrf_token()) }}
|
{{ Form::hidden('_token', csrf_token()) }}
|
||||||
|
|
Loading…
Reference in a new issue