Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
musica_listas_umusic
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cristian Mauricio Diaz Canales
musica_listas_umusic
Commits
a5f3cd9b
Commit
a5f3cd9b
authored
Oct 01, 2019
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix mensaje de confirmacion y logica en caso de ok y error
parent
34e1925d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
src/FrontendBundle/Controller/PagosController.php
src/FrontendBundle/Controller/PagosController.php
+1
-1
templates/frontend/paginas/confirm.html.twig
templates/frontend/paginas/confirm.html.twig
+4
-3
No files found.
src/FrontendBundle/Controller/PagosController.php
View file @
a5f3cd9b
...
...
@@ -137,7 +137,7 @@ class PagosController extends AbstractController {
return
$this
->
render
(
'frontend/paginas/confirm.html.twig'
,
[
"listas"
=>
$listas
,
"msisdn"
=>
$userIdentifier
,
"msisdn"
=>
$userIdentifier
,
"message"
=>
$message
,
"error"
=>
$error
...
...
templates/frontend/paginas/confirm.html.twig
View file @
a5f3cd9b
...
...
@@ -12,16 +12,17 @@
<div
class=
"row"
>
<div
class=
"col-12"
>
<p
class=
"numero-top text-left"
>
{{
lista.getLisNombre
()
}}
</p>
{%
if
error
is
defined
%}
{%
if
error
is
defined
and
error
=
1
%}
<div
align=
"center"
>
<div
class=
"alert alert-danger"
>
{{
error
}}
</div>
<div
class=
"alert alert-danger"
>
{{
message
}}
</div>
</div>
{%
endif
%}
{%
if
mensaje
is
defined
%}
<div
align=
"center"
>
<div
class=
"alert alert-success"
>
{{
me
nsaj
e
}}
</div>
<div
class=
"alert alert-success"
>
{{
me
ssag
e
}}
</div>
</div>
{%
endif
%}
<button
type=
"submit"
class=
"btn btn-codigo-suscripcion col-11 mt-4 mb-5"
>
Volver
</button>
...
...
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