Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
1de6fc84
Commit
1de6fc84
authored
2 years ago
by
Antonio Durval
Browse files
Options
Download
Email Patches
Plain Diff
Nova forma de visualização na parte de atribuiçao de avaliadores caso não exista projeto no edital
parent
e6f2a9f2
master
carl-branch
dependabot/composer/symfony/http-kernel-4.4.50
dependabot/npm_and_yarn/decode-uri-component-0.2.2
dependabot/npm_and_yarn/express-4.18.2
dependabot/npm_and_yarn/json5-and-json5-2.2.3
dependabot/npm_and_yarn/minimist-and-mkdirp-1.2.8
dependabot/npm_and_yarn/qs-and-express-6.11.0
excluir_projeto_submetido
updates_mar
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/administrador/atribuirAvaliadores.blade.php
+27
-17
resources/views/administrador/atribuirAvaliadores.blade.php
with
27 additions
and
17 deletions
+27
-17
resources/views/administrador/atribuirAvaliadores.blade.php
View file @
1de6fc84
...
...
@@ -39,29 +39,39 @@
</
div
>
<
div
class
=
"col-sm-3 d-flex justify-content-center"
>
<
a
href
=
"{{ route('admin.projetos', ['evento_id' =>
$evento->id
]) }}"
style
=
"text-decoration:none; color: inherit;"
>
<
a
@
if
(
count
(
$evento
->
trabalhos
)
>
0
)
href
=
"{{ route('admin.projetos', ['evento_id' =>
$evento->id
]) }}"
@
else
href
=
"#"
@
endif
style
=
"text-decoration:none; color: inherit;"
>
<
div
class
=
"card text-center card-menu"
>
<
div
class
=
"card-body d-flex justify-content-center"
>
<
div
class
=
"container"
>
<
div
class
=
"row titulo-card-menu"
>
<
div
class
=
"col-md-12"
>
<
h2
style
=
"padding-top:15px"
>
Selecionar
projetos
</
h2
>
@
if
(
count
(
$evento
->
trabalhos
)
==
0
)
<
h2
style
=
"padding-top:15px"
>
EDITAL
NÃO
POSSUI
PROJETOs
</
h2
>
@
else
<
div
class
=
"container"
>
<
div
class
=
"row titulo-card-menu"
>
<
div
class
=
"col-md-12"
>
<
h2
style
=
"padding-top:15px"
>
Selecionar
projetos
</
h2
>
</
div
>
</
div
>
</
div
>
@
php
$projetos
=
\
App\Trabalho
::
count
();
@
endphp
<
div
class
=
"
row
"
>
<
div
class
=
"col-md-12"
>
<
h5
>
Nº
total
de
projetos
:</
h5
>
@
php
$projetos
=
\
App\Trabalho
::
count
();
@
endphp
<
div
class
=
"row"
>
<
div
class
=
"
col-md-12
"
>
<
h5
>
Nº
total
de
projetos
:</
h5
>
<
/
div
>
</
div
>
<
/
div
>
<
div
class
=
"
row
"
>
<
div
class
=
"
col-md-12"
>
<
h1
class
=
"quant-titulo-card"
>
{{
$projetos
}}
</
h1
>
<
div
class
=
"row"
>
<
div
class
=
"
col-md-12
"
>
<
h1
class
=
"
quant-titulo-card"
>
{{
$projetos
}}
</
h1
>
<
/
div
>
</
div
>
</
div
>
</
div
>
@
endif
</
div
>
</
div
>
</
a
>
...
...
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
Menu
Projects
Groups
Snippets
Help