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
pad-upe
Commits
d2dd955e
Commit
d2dd955e
authored
Jul 31, 2023
by
PedroLopesUPE
Browse files
Bug fix: variável faltante no redirecionamento
parent
a2bbaf6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/pad/relatorio/relatorio.blade.php
View file @
d2dd955e
...
...
@@ -20,7 +20,7 @@
Relatório
pad
{{
$pad
->
nome
}}
</
h3
>
@
include
(
'components.buttons.btn-download'
,
[
'route'
=>
route
(
'pad_relatório_pdf'
),
'route'
=>
route
(
'pad_relatório_pdf'
,
[
'id'
=>
$pad
->
id
]
),
'content'
=>
'Baixar PADs enviados'
,
'id'
=>
''
,
'class'
=>
''
,
...
...
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