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
96d988f0
Commit
96d988f0
authored
Nov 25, 2022
by
Lucas Henrique
Browse files
Adicionando Plano de Trabalho ao analisar um projeto sem discente
parent
f4ded250
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/analisarProposta.blade.php
View file @
96d988f0
...
...
@@ -140,6 +140,21 @@
<
a
style
=
"color: #4D4D4D;"
>
{{
$trabalho
->
modalidade
}}
</
a
>
</
div
>
@
endif
@
if
(
$evento
->
numParticipantes
==
0
)
<
div
class
=
"col-md-12"
>
<
br
>
<
b
style
=
"color: #4D4D4D;"
>
Título
do
Plano
de
Trabalho
:
</
b
>
<
a
style
=
"color: #4D4D4D;"
>
{{
$trabalho
->
proponente
->
planoTrabalho
->
titulo
}}
</
a
>
</
div
>
<
div
class
=
"col-md-12"
>
<
br
>
<
label
for
=
"anexoProjeto"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Anexo do Plano de Trabalho: '
)
}}
</
label
>
<
a
href
=
"{{ route('baixar.plano', ['id' =>
$trabalho->proponente
->planoTrabalho->id])}}"
>
<
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
>
</
a
>
</
div
>
@
endif
@
if
(
$trabalho
->
conflitosInteresse
!=
null
)
<
div
class
=
"col-md-12"
>
<
br
>
...
...
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