fix text-center for the edit_url action in table component (#1113)
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
{{/if~}}
|
||||
{{~/each~}}
|
||||
{{#if ../edit_url}}
|
||||
<td class="align-middle _col_edit">
|
||||
<td class="align-middle _col_edit text-center">
|
||||
<a href="{{replace ../edit_url '{id}' _sqlpage_id}}" class="align-middle link-secondary _col_edit" data-action="edit" title="Edit">
|
||||
{{~icon_img 'edit'~}}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user