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
pad-upe
Commits
193316f7
Commit
193316f7
authored
Jun 29, 2022
by
alissonalbuquerque
Browse files
add refatoração
parent
a12bc6ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/user-navigation/navigation_admin.blade.php
View file @
193316f7
...
@@ -6,6 +6,12 @@
...
@@ -6,6 +6,12 @@
Home
Home
</a>
</a>
</li>
</li>
<li
class=
"nav-item"
>
<a
href=
"{{ route('pad_index') }}"
class=
"custom-nav-link {{ ((($index_menu ?? 0) == 0 ? 0: $index_menu ) == 6? "
active
"
:
"")
}}"
>
<i
class=
"bi bi-book-half"
></i>
PADs
</a>
</li>
<li
class=
"nav-item"
>
<li
class=
"nav-item"
>
<a
href=
"{{ route('campus_index') }}"
class=
"custom-nav-link {{ ((($index_menu ?? 0) == 0 ? 0: $index_menu ) == 1? "
active
"
:
"")
}}"
>
<a
href=
"{{ route('campus_index') }}"
class=
"custom-nav-link {{ ((($index_menu ?? 0) == 0 ? 0: $index_menu ) == 1? "
active
"
:
"")
}}"
>
<i
class=
"bi bi-bank2"
></i>
<i
class=
"bi bi-bank2"
></i>
...
@@ -36,13 +42,4 @@
...
@@ -36,13 +42,4 @@
Coordenadores
Coordenadores
</a>
</a>
</li>
</li>
<hr>
<li
class=
"nav-item"
>
<a
href=
"{{ route('pad_index') }}"
class=
"custom-nav-link {{ ((($index_menu ?? 0) == 0 ? 0: $index_menu ) == 6? "
active
"
:
"")
}}"
>
<i
class=
"bi bi-book-half"
></i>
PADs
</a>
</li>
</ul>
</ul>
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