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
4b3159a0
Commit
4b3159a0
authored
Nov 30, 2022
by
Lucas Henrique
Browse files
Adiciona Plano de Trabalho ao adm visualizar o parecer interno de um projeto sem discente
parent
de3b0e3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/visualizarParecerInterno.blade.php
View file @
4b3159a0
...
...
@@ -135,11 +135,18 @@
<
input
type
=
"radio"
name
=
"anexoJustificativa"
value
=
"recusado"
@
if
(
$parecer
!=
null
&&
$parecer
->
statusJustificativaAutorizacaoEtica
==
'recusado'
)
checked
@
else
disabled
@
endif
>
</
div
>
{{
--
Planos
de
trabalho
--
}}
{{
--
Planos
de
trabalho
MUDAR
AQUI
--
}}
<
div
class
=
"col-sm-3"
>
<
label
for
=
"nomeTrabalho"
class
=
"col-form-label"
>
{{
__
(
'Plano de Trabalho: '
)
}}
</
label
>
@
if
(
$trabalho
->
participantes
!=
null
)
<
a
href
=
" "
data
-
toggle
=
"modal"
data
-
target
=
"#modalPlanos"
>
Planos
</
a
>
@
if
(
$evento
->
numParticipantes
==
0
)
@
php
$arquivo
=
App\Arquivo
::
where
(
"trabalhoId"
,
$trabalho
->
id
)
->
first
();
@
endphp
<
a
href
=
"{{ route('baixar.plano', ['id' =>
$arquivo->id
]) }}"
>
Arquivo
</
a
>
@
else
<
a
href
=
" "
data
-
toggle
=
"modal"
data
-
target
=
"#modalPlanos"
>
Planos
</
a
>
@
endif
@
else
-
@
endif
...
...
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