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
6aa9073b
Unverified
Commit
6aa9073b
authored
Sep 23, 2022
by
GuilhermeGz
Committed by
GitHub
Sep 23, 2022
Browse files
Merge pull request #632 from antonioDurval/master
Ocultar valor da planilha de pontuação
parents
efb23280
ad99ec50
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/avaliacaoRelatorio/listar.blade.php
View file @
6aa9073b
...
@@ -10,7 +10,8 @@
...
@@ -10,7 +10,8 @@
<
strong
>
{{
session
(
'sucesso'
)
}}
</
strong
>
<
strong
>
{{
session
(
'sucesso'
)
}}
</
strong
>
</
div
>
</
div
>
@
endif
@
endif
@
component
(
'projeto.formularioVisualizar.proponente2'
,
[
'projeto'
=>
$trabalho
,
'edital'
=>
$trabalho
->
evento
])
{{
--
aki
--
}}
@
component
(
'projeto.formularioVisualizar.proponente2'
,
[
'projeto'
=>
$trabalho
,
'edital'
=>
$trabalho
->
evento
,
'mostrar_val_planilha'
=>
false
])
@
endcomponent
@
endcomponent
</
div
>
</
div
>
...
...
resources/views/projeto/formularioVisualizar/proponente2.blade.php
View file @
6aa9073b
...
@@ -30,12 +30,14 @@
...
@@ -30,12 +30,14 @@
target=
"_blank"
target=
"_blank"
>
{{ $projeto->linkGrupoPesquisa }}
</a>
>
{{ $projeto->linkGrupoPesquisa }}
</a>
</div>
</div>
<div
class=
"col-md-12"
>
@if(!isset($mostrar_val_planilha))
<br>
<div
class=
"col-md-12"
>
<b
style=
"color: #4D4D4D;"
>
Valor da Planilha de Pontuação:
</b>
<br>
<a
style=
"color: #4D4D4D;"
>
{{$projeto->pontuacaoPlanilha}}
</a>
<b
style=
"color: #4D4D4D;"
>
Valor da Planilha de Pontuação:
</b>
</div>
<a
style=
"color: #4D4D4D;"
>
{{$projeto->pontuacaoPlanilha}}
</a>
</div>
@endif
@endif
@endif
@if($edital->natureza_id == 3)
@if($edital->natureza_id == 3)
...
...
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