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
ea8c0a0f
"resources/views/vscode:/vscode.git/clone" did not exist on "923615bcf3e0972f72253f296143ceb408be6707"
Commit
ea8c0a0f
authored
Jul 27, 2021
by
José Rômulo
Browse files
Alterações botao parecer para avaliador
parent
c59410d1
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/avaliador/listarTrabalhos.blade.php
View file @
ea8c0a0f
...
...
@@ -86,9 +86,15 @@
<
form
action
=
"{{ route('avaliador.parecer', ['evento' =>
$evento
]) }}"
method
=
"POST"
>
@
csrf
<
input
type
=
"hidden"
name
=
"trabalho_id"
value
=
"{{
$trabalho->id
}}"
>
@
if
(
$trabalho
->
pivot
->
parecer
==
null
)
<
button
type
=
"submit"
class
=
"btn btn-primary mr-2 ml-2"
>
Parecer
</
button
>
@
else
<
button
type
=
"submit"
class
=
"btn btn-secondary mr-2 ml-2"
>
Enviado
</
button
>
@
endif
</
form
>
</
div
>
...
...
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