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
abd2d793
Unverified
Commit
abd2d793
authored
Jul 08, 2022
by
GuilhermeGz
Committed by
GitHub
Jul 08, 2022
Browse files
Merge pull request #485 from GuilhermeGz/master
Correção na abertura de janela para visualização de relatório final
parents
21759afa
3e330d48
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/planosTrabalho/listar.blade.php
View file @
abd2d793
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
@
else
@
else
<!--
Button
trigger
modal
-->
<!--
Button
trigger
modal
-->
@
if
(
$arquivo
->
relatorioFinal
!=
null
)
@
if
(
$arquivo
->
relatorioFinal
!=
null
)
<
button
type
=
"button"
class
=
"btn btn-primary"
data
-
toggle
=
"modal"
d
data
-
target
=
"#modalRelatorioFinal{{
$arquivo->id
}}"
>
Visualizar
</
button
>
<
button
type
=
"button"
class
=
"btn btn-primary"
data
-
toggle
=
"modal"
data
-
target
=
"#modalRelatorioFinal{{
$arquivo->id
}}"
>
Visualizar
</
button
>
@
elseif
(
$arquivo
->
arquivado
)
@
elseif
(
$arquivo
->
arquivado
)
<
button
type
=
"button"
class
=
"btn btn-secondary"
data
-
toggle
=
"modal"
data
-
target
=
"#modalRelatorioFinal{{
$arquivo->id
}}"
>
Arquivado
</
button
>
<
button
type
=
"button"
class
=
"btn btn-secondary"
data
-
toggle
=
"modal"
data
-
target
=
"#modalRelatorioFinal{{
$arquivo->id
}}"
>
Arquivado
</
button
>
@
elseif
(
$trabalho
->
status
==
"reprovado"
)
@
elseif
(
$trabalho
->
status
==
"reprovado"
)
...
...
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