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
2 years ago
by
GuilhermeGz
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #632 from antonioDurval/master
Ocultar valor da planilha de pontuação
parents
efb23280
ad99ec50
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/views/avaliacaoRelatorio/listar.blade.php
+2
-1
resources/views/avaliacaoRelatorio/listar.blade.php
resources/views/projeto/formularioVisualizar/proponente2.blade.php
+8
-6
.../views/projeto/formularioVisualizar/proponente2.blade.php
with
10 additions
and
7 deletions
+10
-7
resources/views/avaliacaoRelatorio/listar.blade.php
View file @
6aa9073b
...
...
@@ -10,7 +10,8 @@
<
strong
>
{{
session
(
'sucesso'
)
}}
</
strong
>
</
div
>
@
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
</
div
>
...
...
This diff is collapsed.
Click to expand it.
resources/views/projeto/formularioVisualizar/proponente2.blade.php
View file @
6aa9073b
...
...
@@ -31,12 +31,14 @@
>
{{ $projeto->linkGrupoPesquisa }}
</a>
</div>
@if(!isset($mostrar_val_planilha))
<div
class=
"col-md-12"
>
<br>
<b
style=
"color: #4D4D4D;"
>
Valor da Planilha de Pontuação:
</b>
<a
style=
"color: #4D4D4D;"
>
{{$projeto->pontuacaoPlanilha}}
</a>
</div>
@endif
@endif
@if($edital->natureza_id == 3)
<div
class=
"col-md-12"
>
...
...
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