Skip to content

Commit 2d291f8

Browse files
committed
Fixed create new on table buttons
1 parent 7219fc1 commit 2d291f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/partials/bootstrap-table.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ classes: 'table table-responsive table-striped snipe-table table-no-bordered',
226226
},
227227
attributes: {
228228
title: '{{ trans('general.create') }}',
229-
class: 'btn-sm btn-info',
229+
class: 'btn-warning',
230230
@if ($snipeSettings->shortcuts_enabled == 1)
231231
accesskey: 'n'
232232
@endif

0 commit comments

Comments
 (0)