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
1a62dcaa
Unverified
Commit
1a62dcaa
authored
May 18, 2023
by
Yuri Resende
Committed by
GitHub
May 18, 2023
Browse files
Merge pull request #872 from yuriresendematias/master
Correção na condicional que abilita o botão de excluir projeto
parents
eab95861
a9a4b2b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/proponente/projetosEdital.blade.php
View file @
1a62dcaa
...
@@ -160,7 +160,7 @@
...
@@ -160,7 +160,7 @@
@
endif
@
endif
<!--
Button
trigger
modal
-->
<!--
Button
trigger
modal
-->
@
if
((
$projeto
->
status
==
"rascunho"
)
||
(
$projeto
->
evento
->
fimSubmissao
>
$hoje
))
@
if
((
$projeto
->
status
==
"rascunho"
)
||
(
$projeto
->
evento
->
fimSubmissao
>
=
$hoje
))
<
div
class
=
"container"
>
<
div
class
=
"container"
>
<
div
class
=
"row"
>
<
div
class
=
"row"
>
<
div
class
=
"col text-center"
style
=
"margin-left: 20px"
>
<
div
class
=
"col text-center"
style
=
"margin-left: 20px"
>
...
...
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