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
cf0abe0e
Commit
cf0abe0e
authored
Jun 27, 2023
by
unknown
Browse files
Merge branch 'master' of
https://github.com/antonioDurval/submeta
parents
0d0452f9
41a6e842
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/views/projeto/formularioVisualizar/integrantes.blade.php
View file @
cf0abe0e
...
...
@@ -24,7 +24,7 @@
</div>
<div
class=
"col-sm-5 mt-4"
>
<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>
<a
href=
""
data-toggle=
"modal"
data-target=
"#modalVizuParticipante{{$participante->id}}"
class=
"button"
>
Informações
</a>
</h6>
...
...
resources/views/projeto/formularioVisualizar/participantes2.blade.php
View file @
cf0abe0e
...
...
@@ -22,7 +22,7 @@
</div>
<div
class=
"col-sm-5 mt-4"
>
<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>
<a
href=
""
data-toggle=
"modal"
data-target=
"#modalVizuParticipante{{$participante->id}}"
class=
"button"
>
Informações
</a>
</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