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
a0b1e55a
Commit
a0b1e55a
authored
Oct 21, 2022
by
unknown
Browse files
Alteração na visualização de ODS's na página de visualização da proposta
parent
32d89c1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/projeto/formularioVisualizar/proponente2.blade.php
View file @
a0b1e55a
...
@@ -45,7 +45,23 @@
...
@@ -45,7 +45,23 @@
<br>
<br>
<b
style=
"color: #4D4D4D;"
>
Área Temática:
</b>
<b
style=
"color: #4D4D4D;"
>
Área Temática:
</b>
<a
style=
"color: #4D4D4D;"
>
{{App\AreaTematica::where('id', $projeto->area_tematica_id)->first()->nome}}
</a>
<a
style=
"color: #4D4D4D;"
>
{{App\AreaTematica::where('id', $projeto->area_tematica_id)->first()->nome}}
</a>
</div>
</div>
<div
class=
"row col-md-12"
>
<div
class=
"form-group col-md-12"
>
<br>
<b
style=
"color: #4D4D4D;"
>
Objetivo de Densenvolvimento Sustentável:
</b>
<br>
<div
class=
"row col-md-12"
>
@foreach($projeto->ods as $ods)
<div
class=
"col-md-6"
>
<a
style=
"color: #4D4D4D;"
>
{{ $ods->nome }}
</a>
</div>
@endforeach
</div>
</div>
</div>
@endif
@endif
@if($projeto->modalidade!=null)
@if($projeto->modalidade!=null)
...
...
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