Unverified Commit 58164163 authored by GuilhermeGz's avatar GuilhermeGz Committed by GitHub
Browse files

Merge pull request #501 from antonioDurval/master

Adicionada a restrição para exclusão de propostas, apenas rascunhos a…
parents c17c20c1 fe5feb6c
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment