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
5666b5f7
Unverified
Commit
5666b5f7
authored
2 years ago
by
Nathalia Santos
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #763 from NetoSK9/master
Ajuste das datas do commit perdido.
parents
da74aedb
dce17016
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/proponente/projetos.blade.php
+1
-1
resources/views/proponente/projetos.blade.php
with
1 addition
and
1 deletion
+1
-1
resources/views/proponente/projetos.blade.php
View file @
5666b5f7
...
...
@@ -87,7 +87,7 @@
<
td
style
=
"text-align: center"
>
{{
date
(
'd-m-Y \à\s H:i\h'
,
strtotime
(
$projeto
->
updated_at
))
}}
</
td
>
@
if
(
$projeto
->
status
!=
null
)
@
if
(
$projeto
->
status
===
"aprovado"
)
@
if
(
strtotime
(
$projeto
->
updated_at
)
<=
strtotime
(
$projeto
->
fimProjeto
))
@
if
(
date
(
'd-m-Y'
)
>
date
(
'd-m-Y'
,
strtotime
(
$projeto
->
evento
->
fimProjeto
))
)
<
td
style
=
"color: rgb(6, 85, 6); text-align: center;text-transform: capitalize;"
>
Finalizado
</
td
>
@
else
<
td
style
=
"color: rgb(6, 85, 6); text-align: center;text-transform: capitalize;"
>
Em
Execução
</
td
>
...
...
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