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
80f545ae
Commit
80f545ae
authored
Apr 29, 2022
by
unknown
Browse files
Adaptação da visualização do campo média geral do participante a depender do tipo do edital
parent
591cc3e5
Changes
3
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/analisarProposta.blade.php
View file @
80f545ae
...
...
@@ -145,7 +145,7 @@
</
div
>
<
div
class
=
"modal-body"
style
=
"padding-right: 32px;padding-left: 32px;padding-top: 20px;padding-bottom: 32px;"
>
@
include
(
'administrador.substituirParticipanteForm'
,
[
'visualizarOnly'
=>
1
])
@
include
(
'administrador.substituirParticipanteForm'
,
[
'visualizarOnly'
=>
1
,
'edital'
=>
$evento
])
</
div
>
</
div
>
</
div
>
...
...
resources/views/administrador/substituirParticipanteForm.blade.php
View file @
80f545ae
...
...
@@ -149,6 +149,8 @@
@endcomponent
</div>
</div>
@if($edital->tipo != "PIBEX")
<div
class=
"row"
>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'Coeficiente de rendimento (média geral)'])
...
...
@@ -156,6 +158,7 @@
@endcomponent
</div>
</div>
@endif
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<h5>
Plano de trabalho
</h5>
...
...
resources/views/projeto/visualizar.blade.php
View file @
80f545ae
...
...
@@ -27,7 +27,7 @@
@
component
(
'projeto.formularioVisualizar.anexos2'
,
[
'edital'
=>
$edital
,
'projeto'
=>
$projeto
])
@
endcomponent
@
component
(
'projeto.formularioVisualizar.participantes2'
,
[
'projeto'
=>
$projeto
])
@
component
(
'projeto.formularioVisualizar.participantes2'
,
[
'projeto'
=>
$projeto
,
'edital'
=>
$edital
])
@
endcomponent
@
component
(
'projeto.formularioVisualizar.relatório'
,[
'edital'
=>
$edital
,
'projeto'
=>
$projeto
])
...
...
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