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
9e226ce6
Commit
9e226ce6
authored
Sep 27, 2021
by
José Rômulo
Browse files
Alterando tempo em que substiuição aparece
parent
5cec43c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/proponente/projetos.blade.php
View file @
9e226ce6
...
...
@@ -94,7 +94,7 @@
Editar
</
a
>
<
hr
class
=
"dropdown-hr"
>
@
elseif
(
$projeto
->
evento
->
fimSubmissao
<=
$hoje
)
@
elseif
(
$projeto
->
evento
->
resultado_final
<=
$hoje
)
<
a
href
=
"{{route('trabalho.trocaParticipante', ['evento_id' =>
$projeto->evento
->id, 'projeto_id' =>
$projeto->id
])}}"
class
=
"dropdown-item"
style
=
"text-align: center;"
>
Substituir
participante
</
a
>
@
endif
...
...
resources/views/proponente/projetosEdital.blade.php
View file @
9e226ce6
...
...
@@ -107,14 +107,11 @@
Editar
</
a
>
<
hr
class
=
"dropdown-hr"
>
{{
--
@
elseif
(
$projeto
->
evento
->
fimSubmissao
<=
$hoje
)
<
a
href
=
"{{route('trabalho.trocaParticipante', ['evento_id' =>
$projeto->evento
->id, 'projeto_id' =>
$projeto->id
])}}"
class
=
"dropdown-item"
style
=
"text-align: center;"
>
Substituir
participante
</
a
>
@
endif
--
}}
@
endif
@
elseif
(
$projeto
->
evento
->
resultado_final
<=
$hoje
)
<
a
href
=
"{{route('trabalho.trocaParticipante', ['evento_id' =>
$projeto->evento
->id, 'projeto_id' =>
$projeto->id
])}}"
class
=
"dropdown-item"
style
=
"text-align: center;"
>
Substituir
participante
</
a
>
@
endif
<
a
href
=
"{{ route('trabalho.show', ['id' =>
$projeto->id
]) }}"
class
=
"dropdown-item"
style
=
"text-align: center"
>
Visualizar
</
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