We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afa137 commit 9b358e7Copy full SHA for 9b358e7
src/resources/views/admin/_index.blade.php
@@ -36,9 +36,11 @@
36
37
<tbody>
38
<tr ng-repeat="model in displayedModels">
39
- <td><typi-btn-delete ng-click="delete(model)"></typi-btn-delete></td>
40
- <td typi-btn-edit></td>
41
- <td typi-btn-status></td>
+ <td typi-btn-delete action="delete(model)"></td>
+ <td>
+ @include('core::admin._button-edit')
42
+ </td>
43
+ <td typi-btn-status action="toggleStatus(model)" model="model"></td>
44
<td>
45
<img ng-src="@{{ model.thumb }}" alt="">
46
</td>
0 commit comments