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
74c0d5af
"vscode:/vscode.git/clone" did not exist on "2968ef74e80ed7ba9363e75e537efa8a079e1e04"
Commit
74c0d5af
authored
Nov 08, 2022
by
Lucas Henrique
Browse files
Adicionando campo Conflitos de Interesse ao analisar uma proposta
parent
26e453aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/analisarProposta.blade.php
View file @
74c0d5af
...
@@ -140,6 +140,13 @@
...
@@ -140,6 +140,13 @@
<
a
style
=
"color: #4D4D4D;"
>
{{
$trabalho
->
modalidade
}}
</
a
>
<
a
style
=
"color: #4D4D4D;"
>
{{
$trabalho
->
modalidade
}}
</
a
>
</
div
>
</
div
>
@
endif
@
endif
@
if
(
$trabalho
->
conflitosInteresse
!=
null
)
<
div
class
=
"col-md-12"
>
<
br
>
<
b
style
=
"color: #4D4D4D;"
>
Conflitos
de
Interesse
:
</
b
>
<
a
style
=
"color: #4D4D4D;"
>
{{
$trabalho
->
conflitosInteresse
}}
</
a
>
</
div
>
@
endif
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
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