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
80b785de
Commit
80b785de
authored
Nov 25, 2022
by
Lucas Henrique
Browse files
Removendo opção de substituição de um projeto sem discente
parent
96d988f0
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/views/proponente/projetos.blade.php
View file @
80b785de
...
...
@@ -104,7 +104,7 @@
<
hr
class
=
"dropdown-hr"
>
@
endif
@
if
(
$projeto
->
status
==
'aprovado'
)
@
if
(
$projeto
->
status
==
'aprovado'
&&
$projeto
->
evento
->
numParticipantes
!=
0
)
<
a
href
=
"{{route('trabalho.trocaParticipante', ['evento_id' =>
$projeto->evento
->id, 'projeto_id' =>
$projeto->id
])}}"
class
=
"dropdown-item"
style
=
"text-align: center;"
>
Solicitar
Substituições
</
a
>
...
...
resources/views/proponente/projetosEdital.blade.php
View file @
80b785de
...
...
@@ -124,7 +124,7 @@
<
hr
class
=
"dropdown-hr"
>
@
endif
@
if
(
$projeto
->
status
==
'aprovado'
)
@
if
(
$projeto
->
status
==
'aprovado'
&&
$projeto
->
evento
->
numParticipantes
!=
0
)
<
a
href
=
"{{route('trabalho.trocaParticipante', ['evento_id' =>
$projeto->evento
->id, 'projeto_id' =>
$projeto->id
])}}"
class
=
"dropdown-item"
style
=
"text-align: center;"
>
Solicitar
Substituições
</
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