Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
09e4568b
Commit
09e4568b
authored
1 year ago
by
unknown
Browse files
Options
Download
Email Patches
Plain Diff
CORREÇÃO, problema ao substituir participante e projeto
parent
f6cde4cf
master
carl-branch
updates_mar
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/avaliacaoRelatorio/avaliacao.blade.php
+6
-1
resources/views/avaliacaoRelatorio/avaliacao.blade.php
with
6 additions
and
1 deletion
+6
-1
resources/views/avaliacaoRelatorio/avaliacao.blade.php
View file @
09e4568b
...
...
@@ -3,7 +3,12 @@
<
div
class
=
"row"
>
@
if
(
$arquivo
->
trabalho
->
evento
->
numParticipantes
!=
0
)
<
h5
><
b
>
Discente
:</
b
>
{{
\
App\Participante
::
find
(
$arquivo
->
participanteId
)
->
user
->
name
}}
</
h5
>
@
if
(
\
App\Participante
::
find
(
$arquivo
->
participanteId
))
{{
\
App\Participante
::
find
(
$arquivo
->
participanteId
)
->
user
->
name
}}
@
else
{{
\
App\Participante
::
withTrashed
()
->
find
(
$arquivo
->
participanteId
)
->
user
->
name
}}
@
endif
</
h5
>
@
else
<
h5
><
b
>
Proponente
:</
b
>
{{
$arquivo
->
trabalho
->
proponente
->
user
->
name
}}
</
h5
>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help