Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Portal Maldonado
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
portal
Portal Maldonado
Merge requests
!15
Fix en archivo de maquetado de bloque temático
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Fix en archivo de maquetado de bloque temático
feature_theme_enlaces_tematicos_2
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Closed
Alejandro Lemos
requested to merge
feature_theme_enlaces_tematicos_2
into
master
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 1
0c227bb9
1 year ago
master (base)
and
latest version
latest version
0c227bb9
2 commits,
1 year ago
version 1
0c227bb9
2 commits,
1 year ago
2 files
+
16
−
1
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
web/themes/custom/maldonado/templates/templates_generico/paragraph/paragraph--galeria-imagenes--default.html.twig
+
10
−
1
Options
@@ -69,7 +69,16 @@
</div>
{%
set
paragraph_id
=
paragraph.id
()
%}
{%
if
paragraph_id
is
not
empty
%}
<a
href=
"
{{
path
(
'maldonado_download_zip.download_images'
,
{
'entity_id'
:
paragraph_id
}
)
}}
"
>
Descargar todas las imagenes
</a>
<div
class=
"component-lista-descargas
{{
clase
|
join
(
' '
)
}}
"
>
<a
class=
"list__item"
href=
"
{{
path
(
'maldonado_download_zip.download_images'
,
{
'entity_id'
:
paragraph_id
}
)
}}
"
title=
"texto descriptivo"
>
<div
class=
"item__icon"
>
<span
class=
"material-icons"
>
file_download
</span>
</div>
<div
class=
"item__text"
>
<div
class=
"item__text-title"
>
Descargar todas las imágenes (.zip)
</div>
</div>
</a>
</div>
{%
endif
%}
</section>
</div>