"app/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "39a99194e939739f4a9a399827129679077ddd44"
Commit 29dfb44b authored by José Rômulo's avatar José Rômulo
Browse files

Correção botao "parecer" em perfil avaliador

parent 7816f368
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
<form action="{{ route('avaliador.parecer', ['evento' => $evento]) }}" method="POST"> <form action="{{ route('avaliador.parecer', ['evento' => $evento]) }}" method="POST">
@csrf @csrf
<input type="hidden" name="trabalho_id" value="{{ $trabalho->id }}" > <input type="hidden" name="trabalho_id" value="{{ $trabalho->id }}" >
@if($trabalho->pivot->parecer == null) @if($trabalho->pivot->AnexoParecer == null)
<button type="submit" class="btn btn-primary mr-2 ml-2" > <button type="submit" class="btn btn-primary mr-2 ml-2" >
Parecer Parecer
</button> </button>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment