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
41a6e842
Unverified
Commit
41a6e842
authored
Jun 27, 2023
by
Yuri Resende
Committed by
GitHub
Jun 27, 2023
Browse files
Merge pull request #918 from yuriresendematias/master
Troca de label da visualização de integrantes
parents
b65e96c3
0d1cf2fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/projeto/formularioVisualizar/integrantes.blade.php
View file @
41a6e842
...
@@ -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 @
41a6e842
...
@@ -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