mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Merge pull request #13127 from NojoudAlshehri/fixes/typo-in-a-html-tag
Fix of typo in an HTML tag
This commit is contained in:
commit
45b76c4c75
|
@ -78,7 +78,7 @@
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
|
||||||
@if ($models->count() > 0)
|
@if ($models->count() > 0)
|
||||||
<h2>{{ trans('general.requestable_models') }}</h4>
|
<h2>{{ trans('general.requestable_models') }}</h2>
|
||||||
<table
|
<table
|
||||||
name="requested-assets"
|
name="requested-assets"
|
||||||
data-toolbar="#toolbar"
|
data-toolbar="#toolbar"
|
||||||
|
|
Loading…
Reference in a new issue