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
5f8b744e
"app/Http/vscode:/vscode.git/clone" did not exist on "46c21d0a674b8d9103e6598fb31b0a88bfc0c837"
Commit
5f8b744e
authored
Aug 03, 2022
by
GuilhermeGz
Browse files
Alterada restrição da edição da proposta
parent
8fc141df
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/proponente/projetos.blade.php
View file @
5f8b744e
...
...
@@ -88,7 +88,7 @@
</
a
>
<
div
class
=
"dropdown-menu"
>
@
if
(
$hoje
<=
$projeto
->
evento
->
inicioProjet
o
)
@
if
(
$hoje
<=
$projeto
->
evento
->
fimSubmissa
o
)
<
a
href
=
"{{ route('trabalho.editar', ['id' =>
$projeto->id
]) }}"
class
=
"dropdown-item"
style
=
"text-align: center;"
>
Editar
</
a
>
...
...
resources/views/proponente/projetosEdital.blade.php
View file @
5f8b744e
...
...
@@ -109,7 +109,7 @@
</
a
>
<
div
class
=
"dropdown-menu"
>
@
if
(
$hoje
<=
$edital
->
inicioProjet
o
)
@
if
(
$hoje
<=
$edital
->
fimSubmissa
o
)
<
a
href
=
"{{ route('trabalho.editar', ['id' =>
$projeto->id
]) }}"
class
=
"dropdown-item"
style
=
"text-align: center;"
>
Editar
</
a
>
...
...
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