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
612daf5e
"vscode:/vscode.git/clone" did not exist on "59559405b1899204511315dab7d02457ae873103"
Commit
612daf5e
authored
Jun 23, 2022
by
GuilhermeGz
Browse files
Ajuste na visualização da listagem de projetos em resultados
parent
7bcfe900
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/resultadosProjetos.blade.php
View file @
612daf5e
...
@@ -217,7 +217,7 @@
...
@@ -217,7 +217,7 @@
<
tbody
id
=
"projetos"
>
<
tbody
id
=
"projetos"
>
@
php
$cont
=
1
;
@
endphp
@
php
$cont
=
1
;
@
endphp
@
foreach
(
$trabalhos
as
$trabalho
)
@
foreach
(
$trabalhos
as
$trabalho
)
@
if
(
$trabalho
->
status
==
'submetido'
)
@
if
(
$trabalho
->
status
==
'submetido'
||
$trabalho
->
status
==
'avaliado'
)
<
tr
>
<
tr
>
<
td
>
{{
$cont
}}
</
td
>
<
td
>
{{
$cont
}}
</
td
>
<
td
>
{{
$trabalho
->
pontuacao
}}
</
td
>
<
td
>
{{
$trabalho
->
pontuacao
}}
</
td
>
...
...
resources/views/administrador/resultadosProjetosCotas.blade.php
View file @
612daf5e
...
@@ -366,7 +366,7 @@
...
@@ -366,7 +366,7 @@
@
php
$cont
=
1
;
@
endphp
@
php
$cont
=
1
;
@
endphp
@
foreach
(
$trabalhosAmpla
as
$trabalho
)
@
foreach
(
$trabalhosAmpla
as
$trabalho
)
@
if
(
$trabalho
->
status
==
'submetido'
)
@
if
(
$trabalho
->
status
==
'submetido'
||
$trabalho
->
status
==
'avaliado'
)
)
<
tr
>
<
tr
>
<
td
>
{{
$cont
}}
</
td
>
<
td
>
{{
$cont
}}
</
td
>
<
td
>
{{
$trabalho
->
pontuacao
}}
</
td
>
<
td
>
{{
$trabalho
->
pontuacao
}}
</
td
>
...
@@ -419,7 +419,7 @@
...
@@ -419,7 +419,7 @@
@
endforeach
@
endforeach
@
foreach
(
$trabalhosDoutor
as
$trabalho
)
@
foreach
(
$trabalhosDoutor
as
$trabalho
)
@
if
(
$trabalho
->
status
==
'submetido'
)
@
if
(
$trabalho
->
status
==
'submetido'
||
$trabalho
->
status
==
'avaliado'
)
)
<
tr
>
<
tr
>
<
td
>
{{
$cont
}}
</
td
>
<
td
>
{{
$cont
}}
</
td
>
<
td
>
{{
$trabalho
->
pontuacao
}}
</
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