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
8523d616
Unverified
Commit
8523d616
authored
4 years ago
by
Gabriel Antônio da Silva
Committed by
GitHub
4 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #45 from lmts-ufape/fixbugs
ajuste em excluir edital
parents
c07170f5
309447ed
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/administrador/editais.blade.php
+2
-2
resources/views/administrador/editais.blade.php
with
2 additions
and
2 deletions
+2
-2
resources/views/administrador/editais.blade.php
View file @
8523d616
...
...
@@ -51,7 +51,7 @@
Visualizar
Pareceres
</
a
>
<!--
Button
trigger
modal
-->
<
button
type
=
"button"
class
=
"dropdown-item text-center"
data
-
toggle
=
"modal"
data
-
target
=
"#exampleModal"
>
<
button
type
=
"button"
class
=
"dropdown-item text-center"
data
-
toggle
=
"modal"
data
-
target
=
"#exampleModal
{{
$evento->id
}}
"
>
Deletar
</
button
>
...
...
@@ -63,7 +63,7 @@
</
td
>
</
tr
>
<!--
Modal
-->
<
div
class
=
"modal fade"
id
=
"exampleModal"
tabindex
=
"-1"
role
=
"dialog"
aria
-
labelledby
=
"exampleModalLabel"
aria
-
hidden
=
"true"
>
<
div
class
=
"modal fade"
id
=
"exampleModal
{{
$evento->id
}}
"
tabindex
=
"-1"
role
=
"dialog"
aria
-
labelledby
=
"exampleModalLabel"
aria
-
hidden
=
"true"
>
<
div
class
=
"modal-dialog"
>
<
div
class
=
"modal-content"
>
<
div
class
=
"modal-header"
>
...
...
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