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
b3f7f37b
"database/seeders/DatabaseSeeder.php" did not exist on "94275bdd36b18b0ffa33c57611388cb40831b5a3"
Commit
b3f7f37b
authored
Feb 16, 2023
by
Lucas Henrique
Browse files
Removendo resultados para a avaliação por Link
parent
03b6ac15
Changes
3
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/editais.blade.php
View file @
b3f7f37b
...
@@ -79,10 +79,12 @@
...
@@ -79,10 +79,12 @@
<
a
href
=
"{{route('admin.pareceres', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
<
a
href
=
"{{route('admin.pareceres', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
Visualizar
Pareceres
Visualizar
Pareceres
</
a
>
</
a
>
@
if
(
$evento
->
tipoAvaliacao
!=
"link"
)
<
hr
class
=
"dropdown-hr"
>
<
hr
class
=
"dropdown-hr"
>
<
a
href
=
"{{route('admin.showResultados', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
<
a
href
=
"{{route('admin.showResultados', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
Resultados
Resultados
</
a
>
</
a
>
@
endif
<
hr
class
=
"dropdown-hr"
>
<
hr
class
=
"dropdown-hr"
>
<!--
Button
trigger
modal
-->
<!--
Button
trigger
modal
-->
<
button
type
=
"button"
class
=
"dropdown-item dropdown-item-delete text-center"
data
-
toggle
=
"modal"
data
-
target
=
"#exampleModal{{
$evento->id
}}"
>
<
button
type
=
"button"
class
=
"dropdown-item dropdown-item-delete text-center"
data
-
toggle
=
"modal"
data
-
target
=
"#exampleModal{{
$evento->id
}}"
>
...
...
resources/views/administrador/projetos.blade.php
View file @
b3f7f37b
...
@@ -71,6 +71,7 @@
...
@@ -71,6 +71,7 @@
{{
$pivot
->
recomendacao
}}
{{
$pivot
->
recomendacao
}}
@
endif
@
endif
{{
--
Acesso
ao
parecer
interno
--
}}
{{
--
Acesso
ao
parecer
interno
--
}}
</
td
>
<
td
>
<
td
>
@
if
(
$avaliacaoTrabalho
==
null
)
@
if
(
$avaliacaoTrabalho
==
null
)
<
button
class
=
"btn btn-danger"
disabled
=
"disabled"
>
<
button
class
=
"btn btn-danger"
disabled
=
"disabled"
>
...
...
resources/views/coordenadorComissao/editais.blade.php
View file @
b3f7f37b
...
@@ -59,10 +59,12 @@
...
@@ -59,10 +59,12 @@
<
a
href
=
"{{route('admin.pareceres', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
<
a
href
=
"{{route('admin.pareceres', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
Visualizar
Pareceres
Visualizar
Pareceres
</
a
>
</
a
>
@
if
(
$evento
->
tipoAvaliacao
!=
"link"
)
<
hr
class
=
"dropdown-hr"
>
<
hr
class
=
"dropdown-hr"
>
<
a
href
=
"{{route('admin.showResultados', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
<
a
href
=
"{{route('admin.showResultados', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
Resultados
Resultados
</
a
>
</
a
>
@
endif
<
hr
class
=
"dropdown-hr"
>
<
hr
class
=
"dropdown-hr"
>
<!--
Button
trigger
modal
-->
<!--
Button
trigger
modal
-->
<
button
type
=
"button"
class
=
"dropdown-item dropdown-item-delete text-center"
data
-
toggle
=
"modal"
data
-
target
=
"#exampleModal{{
$evento->id
}}"
>
<
button
type
=
"button"
class
=
"dropdown-item dropdown-item-delete text-center"
data
-
toggle
=
"modal"
data
-
target
=
"#exampleModal{{
$evento->id
}}"
>
...
...
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