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
ee31cc0d
Commit
ee31cc0d
authored
Jul 20, 2022
by
unknown
Browse files
Aumentar as margins(entre os discentes) ao visualizar/editar propsota
parent
fe5feb6c
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/views/projeto/editaFormulario/participantes.blade.php
View file @
ee31cc0d
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
@endphp
@endphp
<div
@
if
(!$
participante
)
hidden
@
endif
class=
"form-row mb-
1
col-md-6"
style=
"margin-top: 10px"
id=
"part{{$i}}"
>
<div
@
if
(!$
participante
)
hidden
@
endif
class=
"form-row mb-
3
col-md-6"
style=
"margin-top: 10px"
id=
"part{{$i}}"
>
<div
class=
"col-sm-2"
style=
"display: flex; align-items: center;"
>
<div
class=
"col-sm-2"
style=
"display: flex; align-items: center;"
>
<img
src=
"{{asset('img/icons/usuario.svg')}}"
style=
"width:60px"
alt=
""
>
<img
src=
"{{asset('img/icons/usuario.svg')}}"
style=
"width:60px"
alt=
""
>
</div>
</div>
...
...
resources/views/projeto/formularioVisualizar/participantes2.blade.php
View file @
ee31cc0d
...
@@ -17,16 +17,17 @@
...
@@ -17,16 +17,17 @@
<div
class=
"row justify-content-start"
style=
"alignment: center"
>
<div
class=
"row justify-content-start"
style=
"alignment: center"
>
@foreach($projeto->participantes as $participante)
@foreach($projeto->participantes as $participante)
<div
class=
"col-sm-1"
>
<div
class=
"col-sm-1
mt-4
"
>
<img
src=
"{{asset('img/icons/usuario.svg')}}"
style=
"width:60px"
alt=
""
>
<img
src=
"{{asset('img/icons/usuario.svg')}}"
style=
"width:60px"
alt=
""
>
</div>
</div>
<div
class=
"col-sm-5"
>
<div
class=
"col-sm-5
mt-4
"
>
<h5
>
{{$participante->user->name}}
</h5>
<h5
class=
"mb-0"
>
Nome:
{{$participante->user->name}}
</h5>
<h5
>
{{$participante->planoTrabalho->titulo}}
</h5>
<h5
class=
"mb-0"
>
Plano:
{{$participante->planoTrabalho->titulo}}
</h5>
<h
9
>
<h
6
>
<a
href=
""
data-toggle=
"modal"
data-target=
"#modalVizuParticipante{{$participante->id}}"
class=
"button"
>
Informações
</a>
<a
href=
""
data-toggle=
"modal"
data-target=
"#modalVizuParticipante{{$participante->id}}"
class=
"button"
>
Informações
</a>
</h
9
>
</h
6
>
</div>
</div>
<!-- Modal visualizar informações participante -->
<!-- Modal visualizar informações participante -->
<div
class=
"modal fade"
id=
"modalVizuParticipante{{$participante->id}}"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"exampleModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal fade"
id=
"modalVizuParticipante{{$participante->id}}"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"exampleModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog modal-dialog-centered modal-xl"
>
<div
class=
"modal-dialog modal-dialog-centered modal-xl"
>
...
...
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