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
c2ebd86d
Commit
c2ebd86d
authored
May 19, 2023
by
unknown
Browse files
Retirando informações do proponente e alterações textuais na pagina do revisor ad hoc
parent
52eb5fa2
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/avaliador/parecer.blade.php
View file @
c2ebd86d
...
...
@@ -4,10 +4,12 @@
<
div
class
=
"row justify-content-center"
>
<!--
Proponente
Dados
-->
@
if
(
$evento
->
tipo
!=
"PIBEX"
&&
$evento
->
natureza_id
!=
3
)
<
div
class
=
"col-md-10"
style
=
"margin-top:4rem;padding: 0px"
>
@
component
(
'projeto.formularioVisualizar.proponente2'
,
[
'edital'
=>
$trabalho
->
evento
,
'projeto'
=>
$trabalho
])
@
endcomponent
</
div
>
@
endif
<!--
Anexos
do
Projeto
-->
<
div
class
=
"col-md-10"
style
=
"margin-top:20px"
>
...
...
@@ -23,7 +25,8 @@
<
div
class
=
"row justify-content-left"
>
{{
--
Arquivo
--
}}
<
div
class
=
"col-sm-12"
>
<
label
for
=
"anexoProjeto"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Projeto: '
)
}}
</
label
>
<
label
for
=
"anexoProjeto"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Título do projeto com arquivo digital: '
)
}}
</
label
>
{{
$trabalho
->
titulo
}}
<
a
href
=
"{{ route('baixar.anexo.projeto', ['id' =>
$trabalho->id
])}}"
><
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
</
div
>
...
...
@@ -52,7 +55,8 @@
<
div
class
=
"col-sm-12"
>
@
if
(
$participante
->
planoTrabalho
!=
null
)
<
label
for
=
"anexoProjeto"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
title
=
"
{
{$participante->planoTrabalho->titulo}
}
"
>
{{
__
(
'Projeto: '
)
}}{{
$participante
->
planoTrabalho
->
titulo
}}
</
label
>
title
=
"
{
{$participante->planoTrabalho->titulo}
}
"
>
{{
__
(
'Título do plano de trabalho com arquivo digital: '
)
}}
</
label
>
{{
$participante
->
planoTrabalho
->
titulo
}}
@
endif
@
if
(
$planoTrabalhoTemp
!=
null
)
<
a
href
=
"{{route('download', ['file' =>
$planoTrabalhoTemp
])}}"
><
img
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
...
...
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