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
6d9bc51a
Commit
6d9bc51a
authored
Apr 13, 2023
by
WhiteHabbyt
Browse files
Correçãoe limpeza de comentarios.
parent
246a59cf
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/proponente/projetos.blade.php
View file @
6d9bc51a
...
...
@@ -87,7 +87,6 @@
<
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"
)
<
!--
Não
sei
pq
a
ordem
ta
invertida
,
mas
funciona
--
>
@
if
(
strtotime
(
$projeto
->
updated_at
)
<=
strtotime
(
$projeto
->
fimProjeto
))
<
td
style
=
"color: rgb(6, 85, 6); text-align: center;text-transform: capitalize;"
>
Finalizado
</
td
>
@
else
...
...
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