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
5861c08b
"database/vscode:/vscode.git/clone" did not exist on "ecf274cc05cd9fbb67f7f2121e66e818b5231f23"
Commit
5861c08b
authored
May 16, 2023
by
unknown
Browse files
Correção, integrante sem plano de trabalho causava erro
parent
b5434bea
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/avaliador/parecer.blade.php
View file @
5861c08b
...
@@ -50,9 +50,10 @@
...
@@ -50,9 +50,10 @@
}
}
@
endphp
@
endphp
<
div
class
=
"col-sm-12"
>
<
div
class
=
"col-sm-12"
>
@
if
(
$participante
->
planoTrabalho
!=
null
)
<
label
for
=
"anexoProjeto"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
<
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}
}
"
>
{{
__
(
'Projeto: '
)
}}{{
$participante
->
planoTrabalho
->
titulo
}}
</
label
>
@
endif
@
if
(
$planoTrabalhoTemp
!=
null
)
@
if
(
$planoTrabalhoTemp
!=
null
)
<
a
href
=
"{{route('download', ['file' =>
$planoTrabalhoTemp
])}}"
><
img
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
<
a
href
=
"{{route('download', ['file' =>
$planoTrabalhoTemp
])}}"
><
img
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
@
endif
@
endif
...
...
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