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
fd6d1371
"app/Notifications/SubmissaoNotification.php" did not exist on "77659f800543605762f0953e2285acc9f45a022a"
Commit
fd6d1371
authored
Jun 12, 2020
by
alinetenorio
Browse files
restrição de view até email ser confirmado
parent
9d72bca1
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/layouts/app.blade.php
View file @
fd6d1371
...
...
@@ -115,6 +115,8 @@
{{ __('Perfil Coordenador') }}
</a>
@endif
@if(Auth::user()->email_verified_at != null)
@if(Auth::user()->avaliadors != null)
<a
class=
"dropdown-item"
href=
"{{ route('avaliador.index') }}"
>
<img
src=
"{{asset('img/icons/file-alt-regular-black.svg')}}"
alt=
""
>
...
...
@@ -133,6 +135,7 @@
{{ __('Perfil Participante') }}
</a>
@endif
@endif
<a
class=
"dropdown-item"
href=
"{{ route('logout') }}"
onclick=
"event.preventDefault();
...
...
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