mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed typo
This commit is contained in:
parent
aa92b93bd1
commit
5b0220ac1e
|
@ -979,7 +979,7 @@ class LicensesController extends Controller
|
||||||
|
|
||||||
if (Gate::allows('licenses.create')) {
|
if (Gate::allows('licenses.create')) {
|
||||||
$actions .= '<a href="' . route('clone/license', $license->id)
|
$actions .= '<a href="' . route('clone/license', $license->id)
|
||||||
. '" class="btn btn-info btn-sm" style="margin-right:5px;" title="Clone asset"><i class="fa fa-files-o"></i></a>';
|
. '" class="btn btn-info btn-sm" style="margin-right:5px;" title="Clone license"><i class="fa fa-files-o"></i></a>';
|
||||||
}
|
}
|
||||||
if (Gate::allows('licenses.edit')) {
|
if (Gate::allows('licenses.edit')) {
|
||||||
$actions .= '<a href="' . route('update/license', $license->id)
|
$actions .= '<a href="' . route('update/license', $license->id)
|
||||||
|
|
Loading…
Reference in a new issue