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
3e330d48
"vscode:/vscode.git/clone" did not exist on "99216114785b939164d5e6077026c8e49890f642"
Commit
3e330d48
authored
Jul 08, 2022
by
GuilhermeGz
Browse files
Correção na abertura de janela para visualização de relatório final
parent
21759afa
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/planosTrabalho/listar.blade.php
View file @
3e330d48
...
@@ -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