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
38cd807d
"public/img/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "8a3746fe3728fa5b177e344e5a3a09ef88f9507a"
Commit
38cd807d
authored
May 19, 2022
by
unknown
Browse files
ajuste na restrição da criação da proposta
parent
3586a829
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/proponente/projetosEdital.blade.php
View file @
38cd807d
...
...
@@ -68,7 +68,7 @@
</
div
>
</
div
>
@
else
@
if
(
$hoje
<=
$edital
->
fimSubmissao
)
@
if
(
$edital
->
inicioSubmissao
<=
$hoje
&&
$hoje
<=
$edital
->
fimSubmissao
)
<
a
href
=
"{{ route('trabalho.index', ['id' =>
$edital->id
]) }}"
class
=
"btn btn-info"
style
=
"position:relative; float: right;"
>
Criar
proposta
</
a
>
@
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