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
bd856643
"resources/views/components/buttons/btn-avaliar.blade.php" did not exist on "39c527a2022dddf6028e0549efb259d6c70aa39c"
Commit
bd856643
authored
Jun 10, 2021
by
José Rômulo
Browse files
Correção duplo botao "Baixar PDF"
parent
02089104
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/projeto/visualizar.blade.php
View file @
bd856643
...
...
@@ -1182,8 +1182,10 @@
</
div
>
--
}}
<!--
X
Finalizar
X
-->
</
div
>
<
a
class
=
"btn btn-success"
href
=
"{{ route('exportar.projeto', ['id' =>
$projeto->id
]) }}"
target
=
"_blank"
rel
=
"noopener noreferrer"
>
Baixar
PDF
</
a
>
<
button
type
=
"button"
class
=
"btn btn-success"
id
=
"exportarPDF"
>
Baixar
PDF
</
button
>
<
div
>
<
a
class
=
"btn btn-success mt-4"
href
=
"{{ route('exportar.projeto', ['id' =>
$projeto->id
]) }}"
target
=
"_blank"
rel
=
"noopener noreferrer"
>
Baixar
PDF
</
a
>
<
button
type
=
"button"
class
=
"btn btn-success mt-4"
id
=
"exportarPDF"
>
Imprimir
proposta
</
button
>
</
div
>
</
div
>
{{
--
</
form
>
--
}}
<!--
Modal
de
Aviso
Edit
-->
...
...
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