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
8a932f92
"app/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "1698ddac04e5fdfb832ca6433aa6a887e87cdf9b"
Commit
8a932f92
authored
Oct 28, 2023
by
alisson
Browse files
update PAD -> PDA
parent
5bbc4c29
Changes
5
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/user-navigation/navigation_admin.blade.php
View file @
8a932f92
...
...
@@ -51,25 +51,4 @@
Usuários
</
a
>
</
li
>
<
div
>
-
-
-
</
div
>
<
li
class
=
"nav-item"
>
<
a
href
=
"{{ route('diretor_index') }}"
class
=
"custom-nav-link {{ (((
$menu
?? 0) == 11 ? 0:
$menu
) == 4? "
active
": "") }}"
>
<
i
class
=
"bi bi-people-fill"
></
i
>
Diretores
</
a
>
</
li
>
<
li
class
=
"nav-item"
>
<
a
href
=
"{{ route('coordenador_index') }}"
class
=
"custom-nav-link {{ (((
$menu
?? 0) == 11 ? 0:
$menu
) == 5? "
active
": "") }}"
>
<
i
class
=
"bi bi-person-video3"
></
i
>
Coordenadores
</
a
>
</
li
>
<
li
class
=
"nav-item"
>
<
a
href
=
"{{ route('professor_index') }}"
class
=
"custom-nav-link {{ (((
$menu
?? 0) == 11 ? 0:
$menu
) == 7? "
active
": "") }}"
>
<
i
class
=
"bi bi-eyeglasses"
></
i
>
Professores
</
a
>
</
li
>
</
ul
>
resources/views/pad/admin/create.blade.php
View file @
8a932f92
...
...
@@ -12,7 +12,7 @@
@
section
(
'body'
)
<
div
class
=
"mb-3"
>
<
h3
class
=
"h4"
>
P
A
D
-
Novo
</
h3
>
<
h3
class
=
"h4"
>
PD
A
-
Novo
</
h3
>
</
div
>
<!--
Tabs
-->
...
...
resources/views/pad/admin/edit.blade.php
View file @
8a932f92
...
...
@@ -14,7 +14,7 @@
@
include
(
'components.alerts'
)
<
div
class
=
"mb-3"
>
<
h3
class
=
"h4"
>
P
A
D
-
Atualizar
</
h3
>
<
h3
class
=
"h4"
>
PD
A
-
Atualizar
</
h3
>
</
div
>
<!--
Tabs
-->
...
...
resources/views/pad/admin/index.blade.php
View file @
8a932f92
...
...
@@ -16,7 +16,7 @@
<
div
>
<
h3
class
=
"h3"
>
P
A
Ds
</
h3
>
<
h3
class
=
"h3"
>
PD
A
s
</
h3
>
<
div
>
...
...
resources/views/pad/teacher/index.blade.php
View file @
8a932f92
...
...
@@ -29,7 +29,7 @@
<
span
class
=
"badge bg-primary"
>
{{
$userPad
->
pad
->
statusAsString
()
}}
</
span
>
</
div
>
<
h1
class
=
"text-center"
>
<
i
class
=
"bi bi-book-half"
></
i
>
</
h1
>
<
h5
class
=
"text-center"
>
P
A
D
:
{{
$userPad
->
pad
->
nome
}}
</
h4
>
<
h5
class
=
"text-center"
>
PD
A
:
{{
$userPad
->
pad
->
nome
}}
</
h4
>
<
div
class
=
"text-center"
>
<
h4
class
=
"h5"
>
<
span
class
=
"badge bg-primary"
>
Horas
:
{{
$userPad
->
totalHoras
()
}}
</
span
>
</
h4
>
</
div
>
...
...
@@ -41,7 +41,7 @@
<
span
class
=
"badge bg-secondary"
>
{{
$userPad
->
pad
->
statusAsString
()
}}
</
span
>
</
div
>
<
h1
class
=
"text-center"
>
<
i
class
=
"bi bi-journal-bookmark-fill"
></
i
>
</
h1
>
<
h5
class
=
"text-center"
>
P
A
D
:
{{
$userPad
->
pad
->
nome
}}
</
h4
>
<
h5
class
=
"text-center"
>
PD
A
:
{{
$userPad
->
pad
->
nome
}}
</
h4
>
<
div
class
=
"text-center"
>
<
h4
class
=
"h5"
>
<
span
class
=
"badge bg-primary"
>
Horas
:
{{
$userPad
->
totalHoras
()
}}
</
span
>
</
h4
>
</
div
>
...
...
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