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
2e3ac861
Unverified
Commit
2e3ac861
authored
Aug 19, 2022
by
GuilhermeGz
Committed by
GitHub
Aug 19, 2022
Browse files
Merge pull request #564 from GuilhermeGz/master
Ajustes visuais na tela de analise de proposta
parents
e3e9b55f
afa12af2
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/HomeController.php
View file @
2e3ac861
...
...
@@ -46,7 +46,6 @@ class HomeController extends Controller
}
else
if
(
Auth
::
user
()
->
avaliadors
!=
null
)
{
$flagAvalRelatorio
=
count
(
AvaliacaoRelatorio
::
where
(
'user_id'
,
Auth
::
user
()
->
id
)
->
get
());
dd
(
$flagAvalRelatorio
);
return
view
(
'avaliador.index'
,
compact
(
'flagAvalRelatorio'
));
}
else
if
(
Auth
::
user
()
->
participantes
!=
null
)
{
...
...
resources/views/administrador/analisarProposta.blade.php
View file @
2e3ac861
...
...
@@ -836,7 +836,7 @@
<!--
Modal
-->
<
div
class
=
"modal fade"
id
=
"avaliadorModalCenter"
data
-
bs
-
backdrop
=
"static"
data
-
bs
-
keyboard
=
"false"
tabindex
=
"-1"
aria
-
labelledby
=
"staticBackdropLabel"
aria
-
hidden
=
"true"
style
=
"overflow-y:
hidden
"
>
aria
-
hidden
=
"true"
style
=
"overflow-y:
auto
"
>
<
div
class
=
"modal-dialog modal-dialog-centered modal-xl"
role
=
"document"
>
<
div
class
=
"modal-content modal-submeta modal-xl"
>
<
div
class
=
"modal-header modal-header-submeta"
>
...
...
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