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
b8b68612
Unverified
Commit
b8b68612
authored
Jun 23, 2022
by
GuilhermeGz
Committed by
GitHub
Jun 23, 2022
Browse files
Merge pull request #419 from GuilhermeGz/master
Ajuste na visualização da listagem de projetos em resultados
parents
7bcfe900
612daf5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/resultadosProjetos.blade.php
View file @
b8b68612
...
...
@@ -217,7 +217,7 @@
<
tbody
id
=
"projetos"
>
@
php
$cont
=
1
;
@
endphp
@
foreach
(
$trabalhos
as
$trabalho
)
@
if
(
$trabalho
->
status
==
'submetido'
)
@
if
(
$trabalho
->
status
==
'submetido'
||
$trabalho
->
status
==
'avaliado'
)
<
tr
>
<
td
>
{{
$cont
}}
</
td
>
<
td
>
{{
$trabalho
->
pontuacao
}}
</
td
>
...
...
resources/views/administrador/resultadosProjetosCotas.blade.php
View file @
b8b68612
...
...
@@ -366,7 +366,7 @@
@
php
$cont
=
1
;
@
endphp
@
foreach
(
$trabalhosAmpla
as
$trabalho
)
@
if
(
$trabalho
->
status
==
'submetido'
)
@
if
(
$trabalho
->
status
==
'submetido'
||
$trabalho
->
status
==
'avaliado'
)
)
<
tr
>
<
td
>
{{
$cont
}}
</
td
>
<
td
>
{{
$trabalho
->
pontuacao
}}
</
td
>
...
...
@@ -419,7 +419,7 @@
@
endforeach
@
foreach
(
$trabalhosDoutor
as
$trabalho
)
@
if
(
$trabalho
->
status
==
'submetido'
)
@
if
(
$trabalho
->
status
==
'submetido'
||
$trabalho
->
status
==
'avaliado'
)
)
<
tr
>
<
td
>
{{
$cont
}}
</
td
>
<
td
>
{{
$trabalho
->
pontuacao
}}
</
td
>
...
...
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