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
5b0086f4
Commit
5b0086f4
authored
Aug 19, 2022
by
S-Nathalia
Browse files
Merge branch 'master' of github.com:lmtsufape/submeta
parents
9b0b92df
2e3ac861
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/HomeController.php
View file @
5b0086f4
...
...
@@ -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 @
5b0086f4
...
...
@@ -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