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
80f545ae
Commit
80f545ae
authored
3 years ago
by
unknown
Browse files
Options
Download
Email Patches
Plain Diff
Adaptação da visualização do campo média geral do participante a depender do tipo do edital
parent
591cc3e5
master
carl-branch
dependabot/composer/dompdf/dompdf-1.2.2
dependabot/composer/guzzlehttp/guzzle-6.5.8
dependabot/composer/symfony/http-kernel-4.4.50
dependabot/npm_and_yarn/decode-uri-component-0.2.2
dependabot/npm_and_yarn/express-4.18.2
dependabot/npm_and_yarn/json5-and-json5-2.2.3
dependabot/npm_and_yarn/loader-utils-and-webpack-cli-1.4.2
dependabot/npm_and_yarn/minimist-and-mkdirp-1.2.8
dependabot/npm_and_yarn/qs-and-express-6.11.0
excluir_projeto_submetido
updates_mar
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
resources/views/administrador/analisarProposta.blade.php
+1
-1
resources/views/administrador/analisarProposta.blade.php
resources/views/administrador/substituirParticipanteForm.blade.php
+3
-0
.../views/administrador/substituirParticipanteForm.blade.php
resources/views/projeto/visualizar.blade.php
+1
-1
resources/views/projeto/visualizar.blade.php
with
5 additions
and
2 deletions
+5
-2
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
>
...
...
This diff is collapsed.
Click to expand it.
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>
...
...
This diff is collapsed.
Click to expand it.
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
])
...
...
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