Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
2 years ago
by
Lucas Henrique
Browse files
Options
Download
Email Patches
Plain Diff
Removendo opção de substituição de um projeto sem discente
parent
96d988f0
master
carl-branch
excluir_projeto_submetido
updates_mar
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/views/proponente/projetos.blade.php
+1
-1
resources/views/proponente/projetos.blade.php
resources/views/proponente/projetosEdital.blade.php
+1
-1
resources/views/proponente/projetosEdital.blade.php
with
2 additions
and
2 deletions
+2
-2
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
>
...
...
This diff is collapsed.
Click to expand it.
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
>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help