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
8f5d0324
Commit
8f5d0324
authored
Jan 30, 2022
by
Guilherme Silva
Browse files
Correção no texto exibido em relatórios
parent
bf6e4e89
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/planosTrabalho/listar.blade.php
View file @
8f5d0324
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<
tbody
>
<
tbody
>
<
td
style
=
"text-align: center;"
>
{{
$arquivo
->
titulo
}}
</
td
>
<
td
style
=
"text-align: center;"
>
{{
$arquivo
->
titulo
}}
</
td
>
<
td
style
=
"text-align: center;"
>
{{
$arquivo
->
participante
->
user
->
name
}}
{{
$arquivo
->
trabalho
->
evento
->
nome
}}
</
td
>
<
td
style
=
"text-align: center;"
>
{{
$arquivo
->
participante
->
user
->
name
}}
</
td
>
<
td
style
=
"text-align: center;"
>
<
td
style
=
"text-align: center;"
>
@
if
((
Auth
::
user
()
->
proponentes
!=
null
)
&&
(
$arquivo
->
relatorioParcial
==
null
)
&&
@
if
((
Auth
::
user
()
->
proponentes
!=
null
)
&&
(
$arquivo
->
relatorioParcial
==
null
)
&&
(
$arquivo
->
trabalho
->
evento
->
dt_inicioRelatorioParcial
<=
$hoje
)
&&
(
$hoje
<=
$arquivo
->
trabalho
->
evento
->
dt_fimRelatorioParcial
))
(
$arquivo
->
trabalho
->
evento
->
dt_inicioRelatorioParcial
<=
$hoje
)
&&
(
$hoje
<=
$arquivo
->
trabalho
->
evento
->
dt_fimRelatorioParcial
))
...
...
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