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
22436935
Commit
22436935
authored
Aug 23, 2019
by
Ana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cambios
parent
f48b947c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
templates/frontend/paginas/mi_cuenta.html.twig
templates/frontend/paginas/mi_cuenta.html.twig
+3
-2
No files found.
templates/frontend/paginas/mi_cuenta.html.twig
View file @
22436935
...
...
@@ -51,12 +51,13 @@
<!-- <a class="nav-item nav-link" id="nav-profile-tab" data-toggle="tab" href="#nav-profile" role="tab" aria-controls="nav-profile" aria-selected="false">Mis Canciones</a> -->
</div>
</nav>
{%
if
app.request.get
(
'error'
)
%}
<
h5><font
color=
"red"
>
{{
app.request.get
(
'error'
)
}}
</font></h5
>
<
div
class=
"alert alert-danger"
>
{{
app.request.get
(
'error'
)
}}
</div
>
{%
endif
%}
{%
if
app.request.get
(
'success'
)
%}
<
h5><font
color=
"green"
>
{{
app.request.get
(
'success'
)
}}
</font></h5
>
<
div
class=
"alert alert-success"
>
{{
app.request.get
(
'success'
)
}}
</div
>
{%
endif
%}
<div
class=
"tab-content py-3 px-3 px-sm-0"
id=
"nav-tabContent"
>
...
...
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