Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
4b39cf84
Unverified
Commit
4b39cf84
authored
Aug 10, 2022
by
Antônio Durval
Committed by
GitHub
Aug 10, 2022
Browse files
Merge pull request #527 from S-Nathalia/master
remocao do botao de excluir usuario
parents
dc19a1e0
5b487534
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/usersAdmin.blade.php
View file @
4b39cf84
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
<
a
href
=
"{{route('admin.user.edit',
$user->id
)}}"
class
=
"dropdown-item text-center"
>
<
a
href
=
"{{route('admin.user.edit',
$user->id
)}}"
class
=
"dropdown-item text-center"
>
Editar
Editar
</
a
>
</
a
>
<
hr
class
=
"dropdown-hr"
>
<!--
<
hr
class
=
"dropdown-hr"
>
<
form
method
=
"POST"
action
=
"{{route('admin.user.destroy',
$user->id
)}}"
>
<
form
method
=
"POST"
action
=
"{{route('admin.user.destroy',
$user->id
)}}"
>
{{
csrf_field
()
}}
{{
csrf_field
()
}}
<
button
type
=
"submit"
class
=
"dropdown-item dropdown-item-delete text-center"
>
<
button
type
=
"submit"
class
=
"dropdown-item dropdown-item-delete text-center"
>
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
Deletar
Deletar
</
button
>
</
button
>
</
form
>
</
form
>
-->
</
div
>
</
div
>
</
div
>
</
div
>
</
td
>
</
td
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment