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
31099375
Unverified
Commit
31099375
authored
2 years ago
by
Yuri Resende
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #862 from yuriresendematias/master
Habilitando botão de excluir projeto submetido
parents
d6e8f1f8
92902ee3
Changes
1
Show 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 @
31099375
...
...
@@ -139,7 +139,7 @@
--
}}
<!--
Button
trigger
modal
-->
@
if
((
$projeto
->
status
==
"rascunho"
)
||
(
$projeto
->
evento
->
fimSubmissao
>
$hoje
))
@
if
((
$projeto
->
status
==
"rascunho"
)
||
(
$projeto
->
evento
->
fimSubmissao
>
=
$hoje
))
<
div
class
=
"container"
>
<
div
class
=
"row"
>
<
div
class
=
"col text-center"
style
=
"margin-left: 20px"
>
...
...
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