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
ad99ec50
"git@sites.upe.br:walter.felipe/submeta.git" did not exist on "c51e429fde80f176dbecdf2b7a3df17d9003175a"
Commit
ad99ec50
authored
Sep 23, 2022
by
Antonio Durval
Browse files
Ocultar valor da planilha de pontuação
parent
9c36f0bd
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/views/avaliacaoRelatorio/listar.blade.php
View file @
ad99ec50
...
@@ -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 @
ad99ec50
...
@@ -31,12 +31,14 @@
...
@@ -31,12 +31,14 @@
>
{{ $projeto->linkGrupoPesquisa }}
</a>
>
{{ $projeto->linkGrupoPesquisa }}
</a>
</div>
</div>
@if(!isset($mostrar_val_planilha))
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<br>
<br>
<b
style=
"color: #4D4D4D;"
>
Valor da Planilha de Pontuação:
</b>
<b
style=
"color: #4D4D4D;"
>
Valor da Planilha de Pontuação:
</b>
<a
style=
"color: #4D4D4D;"
>
{{$projeto->pontuacaoPlanilha}}
</a>
<a
style=
"color: #4D4D4D;"
>
{{$projeto->pontuacaoPlanilha}}
</a>
</div>
</div>
@endif
@endif
@endif
@if($edital->natureza_id == 3)
@if($edital->natureza_id == 3)
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
...
...
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