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
2 years ago
by
Antônio Durval
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #527 from S-Nathalia/master
remocao do botao de excluir usuario
parents
dc19a1e0
5b487534
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/administrador/usersAdmin.blade.php
+2
-2
resources/views/administrador/usersAdmin.blade.php
with
2 additions
and
2 deletions
+2
-2
resources/views/administrador/usersAdmin.blade.php
View file @
4b39cf84
...
...
@@ -65,7 +65,7 @@
<
a
href
=
"{{route('admin.user.edit',
$user->id
)}}"
class
=
"dropdown-item text-center"
>
Editar
</
a
>
<
hr
class
=
"dropdown-hr"
>
<!--
<
hr
class
=
"dropdown-hr"
>
<
form
method
=
"POST"
action
=
"{{route('admin.user.destroy',
$user->id
)}}"
>
{{
csrf_field
()
}}
<
button
type
=
"submit"
class
=
"dropdown-item dropdown-item-delete text-center"
>
...
...
@@ -73,7 +73,7 @@
Deletar
</
button
>
</
form
>
</
form
>
-->
</
div
>
</
div
>
</
td
>
...
...
This diff is collapsed.
Click to expand it.
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