Skip to content

Commit 2143166

Browse files
committed
fixed broken section in crud-buttons.md Laravel-Backpack#78
1 parent 59af2f3 commit 2143166

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

4.0/crud-buttons.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ The "top" buttons are not bound to any certain entry, like buttons from the "lis
133133
The steps would be:
134134

135135
- Create the ```resources\views\vendor\backpack\crud\buttons\import.blade.php``` file:
136+
136137
```php
137138
@if ($crud->hasAccess('create'))
138139
<a href="javascript:void(0)" onclick="importTransaction(this)" data-route="{{ url($crud->route.'/import') }}" class="btn btn-sm btn-link" data-button-type="import">

4.1/crud-buttons.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ The "top" buttons are not bound to any certain entry, like buttons from the "lis
133133
The steps would be:
134134

135135
- Create the ```resources\views\vendor\backpack\crud\buttons\import.blade.php``` file:
136+
136137
```php
137138
@if ($crud->hasAccess('create'))
138139
<a href="javascript:void(0)" onclick="importTransaction(this)" data-route="{{ url($crud->route.'/import') }}" class="btn btn-sm btn-link" data-button-type="import">

0 commit comments

Comments
 (0)