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
a5418838
Commit
a5418838
authored
Feb 14, 2023
by
Yuri Resende
Browse files
Alterando o status de Aprovado para Em Execução na view de propostas do proponente
parent
05878ad5
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/proponente/projetos.blade.php
View file @
a5418838
...
@@ -86,7 +86,11 @@
...
@@ -86,7 +86,11 @@
</
td
>
</
td
>
<
td
style
=
"text-align: center"
>
{{
date
(
'd-m-Y \à\s H:i\h'
,
strtotime
(
$projeto
->
updated_at
))
}}
</
td
>
<
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
!=
null
)
<
td
style
=
"color: rgb(6, 85, 6); text-align: center;text-transform: capitalize;"
>
{{
$projeto
->
status
}}
</
td
>
@
if
(
$projeto
->
status
===
"aprovado"
)
<
td
style
=
"color: rgb(6, 85, 6); text-align: center;text-transform: capitalize;"
>
Em
Execução
</
td
>
@
else
<
td
style
=
"color: rgb(6, 85, 6); text-align: center;text-transform: capitalize;"
>
{{
$projeto
->
status
}}
</
td
>
@
endif
@
else
@
else
<
td
style
=
"color: rgb(0, 0, 0); text-align: center"
>
Submetido
</
td
>
<
td
style
=
"color: rgb(0, 0, 0); text-align: center"
>
Submetido
</
td
>
@
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