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
5d2eea34
"app/Http/vscode:/vscode.git/clone" did not exist on "7e1ad722807fcf4183251672782d1f7efeb13296"
Commit
5d2eea34
authored
Jan 30, 2022
by
Guilherme Silva
Browse files
Adicionada na barra superior a diferenciação de avaliadores
parent
66dd5d33
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/layouts/app.blade.php
View file @
5d2eea34
...
...
@@ -171,6 +171,14 @@
</div>
<a
href=
"{{ route('register') }}"
class=
"btn navbar-text btn-azul-destaque negrito"
style=
"color: rgb(0, 140, 255);"
>
{{ __('Cadastre-se') }}
</a>
@else
@if(Auth::user()->avaliadors != null)
@if(Auth::user()->avaliadors->tipo == "Interno")
<a
href=
""
class=
"btn navbar-text negrito "
style=
"color: rgb(0, 140, 255);pointer-events: none;"
>
Comissão Interna
</a>
@else
<a
href=
""
class=
"btn navbar-text negrito "
style=
"color: rgb(0, 140, 255);pointer-events: none;"
>
Comissão Externa
</a>
@endif
@endif
@if(Auth::user()->administradors != null)
<a
href=
"{{route('admin.editais')}}"
class=
"btn navbar-text negrito "
style=
"color: rgb(0, 140, 255);"
>
Editais
</a>
@else
...
...
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