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
d5c7f4f2
"database/seeders/DatabaseSeeder.php" did not exist on "381d10f556accae1f45dd73f69be96ea7db4ec98"
Commit
d5c7f4f2
authored
Nov 25, 2022
by
Lucas Henrique
Browse files
Adicionando Plano de Trabalho ao visualizar um projeto sem discente
parent
b56f8b29
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/projeto/formularioVisualizar/proponente2.blade.php
View file @
d5c7f4f2
...
...
@@ -76,6 +76,20 @@
</div>
@endif
@if ($edital->numParticipantes == 0)
<div
class=
"col-md-12"
>
<br>
<b
style=
"color: #4D4D4D;"
>
Título do Plano de Trabalho:
</b>
<a
style=
"color: #4D4D4D;"
>
{{$projeto->proponente->planoTrabalho->titulo}}
</a>
</div>
<div
class=
"col-sm-4"
style=
"float: left"
>
<label
for=
"anexoProjeto"
class=
"col-form-label font-tam"
style=
"font-weight: bold"
>
{{ __('Anexo do Plano de Trabalho: ') }}
</label>
<a
href=
"{{ route('baixar.plano', ['id' => $projeto->proponente->planoTrabalho->id]) }}"
><img
class=
""
src=
"{{asset('img/icons/pdf.ico')}}"
style=
"width:40px"
alt=
""
></a>
</div>
@endif
@if ($projeto->conflitosInteresse != null
&&
(Auth::user()->tipo == 'administrador' ||
Auth::user()->tipo == 'administradorResponsavel' ||
...
...
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