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
e165a9a8
"database/vscode:/vscode.git/clone" did not exist on "006bbf698ee22e7e9cf1b30c8de36a7e10331f3b"
Commit
e165a9a8
authored
Jun 01, 2023
by
Yuri Resende
Browse files
Exibindo botão de editar nota apenas para os coordenadores
parent
604357e4
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/avaliacaoRelatorio/avaliacao.blade.php
View file @
e165a9a8
...
@@ -66,10 +66,11 @@
...
@@ -66,10 +66,11 @@
</
div
>
</
div
>
@
if
(
Auth
::
user
()
->
tipo
==
'coordenador'
)
<
div
class
=
'col-2'
style
=
'margin-top:1%; padding-left:8%;'
>
<
div
class
=
'col-2'
style
=
'margin-top:1%; padding-left:8%;'
>
<
button
type
=
'submit'
class
=
'btn btn-info btn-sm'
>
Editar
</
button
>
<
button
type
=
'submit'
class
=
'btn btn-info btn-sm'
>
Editar
</
button
>
</
div
>
</
div
>
@
endif
</
form
>
</
form
>
</
div
>
</
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