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 0764cb8 commit 1045029Copy full SHA for 1045029
resources/views/admin/index.blade.php
@@ -28,7 +28,7 @@
28
29
<template slot="table-row" slot-scope="{ model, checkedModels, loading }">
30
<td class="checkbox" v-if="$can('update places')||$can('delete places')"><item-list-checkbox :model="model" :checked-models-prop="checkedModels" :loading="loading"></item-list-checkbox></td>
31
- <td v-if="$can('update places')">@include('core::admin._button-edit', ['module' => 'places'])</td>
+ <td v-if="$can('update places')"><item-list-edit-button :url="'/admin/places/'+model.id+'/edit'"></item-list-edit-button></td>
32
<td><item-list-status-button :model="model"></item-list-status-button></td>
33
<td><img :src="model.thumb" alt="" height="27"></td>
34
<td v-html="model.title_translated"></td>
0 commit comments