diff --git a/resources/views/admin/locations/index.twig b/resources/views/admin/locations/index.twig index 9edacb57..f16f4e21 100644 --- a/resources/views/admin/locations/index.twig +++ b/resources/views/admin/locations/index.twig @@ -8,9 +8,9 @@
button(label, url, type, size)
button(label, url, opt)
{{ m.button('Label', '#', {'type': 'info', 'size': 'sm'}) }}
edit(url)
{{ m.edit('#') }}
back(url)
{{ m.back('#') }}