mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fix of typo in an HTML tag
This commit is contained in:
parent
ff480a7247
commit
d06bdc2db4
|
@ -78,7 +78,7 @@
|
|||
<div class="col-md-12">
|
||||
|
||||
@if ($models->count() > 0)
|
||||
<h2>{{ trans('general.requestable_models') }}</h4>
|
||||
<h2>{{ trans('general.requestable_models') }}</h2>
|
||||
<table
|
||||
name="requested-assets"
|
||||
data-toolbar="#toolbar"
|
||||
|
|
Loading…
Reference in a new issue