Commit 4407549f authored by Danillo Bion's avatar Danillo Bion
Browse files

modificacoes

parent 5260e845
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
@enderror @enderror
</div> </div>
<div class="form-group col-md-6"> <div class="form-group col-md-6">
<label for="anexoGrupoPesquisa" class="col-form-label">{{ __('Pdf do grupo de pesquisa') }} <span style="color: red; font-weight:bold">*</span></label> <label for="anexoGrupoPesquisa" class="col-form-label">{{ __('Anexo do grupo de pesquisa') }} <span style="color: red; font-weight:bold">*</span></label>
@if(old('anexoGrupoPesquisa') != null || (isset($rascunho) && $rascunho->anexoDecisaoCONSU != "" && $rascunho->anexoDecisaoCONSU != null)) @if(old('anexoGrupoPesquisa') != null || (isset($rascunho) && $rascunho->anexoDecisaoCONSU != "" && $rascunho->anexoDecisaoCONSU != null))
<a id="anexoConsuTemp" href="{{ route('baixar.anexo.temp', ['eventoId' => $edital->id, <a id="anexoConsuTemp" href="{{ route('baixar.anexo.temp', ['eventoId' => $edital->id,
'nomeAnexo' => 'anexoDecisaoCONSU' ])}}">Arquivo atual</a> 'nomeAnexo' => 'anexoDecisaoCONSU' ])}}">Arquivo atual</a>
......
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