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
0d1cf2fe
Commit
0d1cf2fe
authored
Jun 27, 2023
by
Yuri Resende
Browse files
Troca de label da visualização de integrantes
parent
b65e96c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/projeto/formularioVisualizar/integrantes.blade.php
View file @
0d1cf2fe
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
</div>
</div>
<div
class=
"col-sm-5 mt-4"
>
<div
class=
"col-sm-5 mt-4"
>
<h5
class=
"mb-0"
>
Nome: {{$participante->user->name}}
</h5>
<h5
class=
"mb-0"
>
Nome: {{$participante->user->name}}
</h5>
<h5
class=
"mb-0"
>
Plano: @if(isset($participante->planoTrabalho)) {{$participante->planoTrabalho->titulo}} @else
Plano Em Substituição
@endif
</h5>
<h5
class=
"mb-0"
>
Plano: @if(isset($participante->planoTrabalho)) {{$participante->planoTrabalho->titulo}} @else
Não há
@endif
</h5>
<h6>
<h6>
<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>
</h6>
</h6>
...
...
resources/views/projeto/formularioVisualizar/participantes2.blade.php
View file @
0d1cf2fe
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
</div>
</div>
<div
class=
"col-sm-5 mt-4"
>
<div
class=
"col-sm-5 mt-4"
>
<h5
class=
"mb-0"
>
Nome: {{$participante->user->name}}
</h5>
<h5
class=
"mb-0"
>
Nome: {{$participante->user->name}}
</h5>
<h5
class=
"mb-0"
>
Plano: @if(isset($participante->planoTrabalho)) {{$participante->planoTrabalho->titulo}} @else
Plano Em Substituição
@endif
</h5>
<h5
class=
"mb-0"
>
Plano: @if(isset($participante->planoTrabalho)) {{$participante->planoTrabalho->titulo}} @else
Não há
@endif
</h5>
<h6>
<h6>
<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>
</h6>
</h6>
...
...
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