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
78fef228
"resources/views/vscode:/vscode.git/clone" did not exist on "ea8c0a0f221bd1ea1a9680793eff7a81a28a112f"
Commit
78fef228
authored
Mar 16, 2022
by
Guilherme Silva
Browse files
Ajuste na referencia de notificação do Navbar
parent
787c5389
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/app.blade.php
View file @
78fef228
...
@@ -174,7 +174,7 @@
...
@@ -174,7 +174,7 @@
@if(Auth::user()->avaliadors != null)
@if(Auth::user()->avaliadors != null)
@if(Auth::user()->avaliadors->tipo == "Interno")
@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>
<a
href=
""
class=
"btn navbar-text negrito "
style=
"color: rgb(0, 140, 255);pointer-events: none;"
>
Comissão Interna
</a>
@else
@else
if(Auth::user()->avaliadors->tipo == "Externo")
<a
href=
""
class=
"btn navbar-text negrito "
style=
"color: rgb(0, 140, 255);pointer-events: none;"
>
Comissão Externa
</a>
<a
href=
""
class=
"btn navbar-text negrito "
style=
"color: rgb(0, 140, 255);pointer-events: none;"
>
Comissão Externa
</a>
@endif
@endif
@endif
@endif
...
@@ -182,7 +182,7 @@
...
@@ -182,7 +182,7 @@
@if(Auth::user()->administradors != null)
@if(Auth::user()->administradors != null)
<a
href=
"{{route('admin.editais')}}"
class=
"btn navbar-text negrito "
style=
"color: rgb(0, 140, 255);"
>
Editais
</a>
<a
href=
"{{route('admin.editais')}}"
class=
"btn navbar-text negrito "
style=
"color: rgb(0, 140, 255);"
>
Editais
</a>
<!--<a href="{{route('admin.showProjetos')}}" class="btn navbar-text negrito " style="color: rgb(0, 140, 255);" >Projetos</a> -->
<!--<a href="{{route('admin.showProjetos')}}" class="btn navbar-text negrito " style="color: rgb(0, 140, 255);" >Projetos</a> -->
<a
href=
"{{route('notificacao.listar')}}"
class=
"btn navbar-text negrito "
style=
"color: rgb(0, 140, 255);"
>
Notificações
</a>
<a
href=
"{{route('notificacao.listar
Trab
')}}"
class=
"btn navbar-text negrito "
style=
"color: rgb(0, 140, 255);"
>
Notificações
</a>
@else
@else
<a
href=
"{{route('notificacao.listarTrab')}}"
class=
"btn navbar-text negrito "
style=
"color: rgb(0, 140, 255);"
>
Notificações
</a>
<a
href=
"{{route('notificacao.listarTrab')}}"
class=
"btn navbar-text negrito "
style=
"color: rgb(0, 140, 255);"
>
Notificações
</a>
<a
href=
"{{route('coord.home')}}"
class=
"btn navbar-text negrito "
style=
"color: rgb(0, 140, 255);"
>
Editais
</a>
<a
href=
"{{route('coord.home')}}"
class=
"btn navbar-text negrito "
style=
"color: rgb(0, 140, 255);"
>
Editais
</a>
...
...
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