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
58164163
Unverified
Commit
58164163
authored
Jul 15, 2022
by
GuilhermeGz
Committed by
GitHub
Jul 15, 2022
Browse files
Merge pull request #501 from antonioDurval/master
Adicionada a restrição para exclusão de propostas, apenas rascunhos a…
parents
c17c20c1
fe5feb6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/proponente/projetos.blade.php
View file @
58164163
...
...
@@ -127,7 +127,7 @@
--
}}
<!--
Button
trigger
modal
-->
@
if
((
$projeto
->
status
==
"rascunho"
)
||
(
$projeto
->
evento
->
fimSubmissao
>
$hoje
))
<
div
class
=
"container"
>
<
div
class
=
"row"
>
<
div
class
=
"col text-center"
style
=
"margin-left: 20px"
>
...
...
@@ -137,6 +137,7 @@
</
div
>
</
div
>
</
div
>
@
endif
</
div
>
</
div
>
...
...
resources/views/proponente/projetosEdital.blade.php
View file @
58164163
...
...
@@ -151,7 +151,7 @@
--
}}
<!--
Button
trigger
modal
-->
@
if
((
$projeto
->
status
==
"rascunho"
)
||
(
$projeto
->
evento
->
fimSubmissao
>
$hoje
))
<
div
class
=
"container"
>
<
div
class
=
"row"
>
<
div
class
=
"col text-center"
style
=
"margin-left: 20px"
>
...
...
@@ -161,6 +161,7 @@
</
div
>
</
div
>
</
div
>
@
endif
</
div
>
</
div
>
</
td
>
...
...
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