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
1d43c241
Unverified
Commit
1d43c241
authored
Jul 21, 2022
by
Nathalia Santos
Committed by
GitHub
Jul 21, 2022
Browse files
Merge pull request #505 from antonioDurval/master
Aumento das margins entre os discente na parte da visualização da proposta
parents
5977d52f
bfaac79e
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/projeto/editaFormulario/participantes.blade.php
View file @
1d43c241
...
@@ -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 @
1d43c241
...
@@ -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