Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Merge requests
!260
elections2021: Fix app banner link
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
elections2021: Fix app banner link
volby
into
test
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
jan.bednarik
requested to merge
volby
into
test
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
2d7f1805
Show latest version
1 file
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2d7f1805
elections2021: Fix app banner link
· 2d7f1805
jan.bednarik
authored
3 years ago
elections2021/templates/elections2021/_program_app_banner.html
+
2
−
2
Options
@@ -4,13 +4,13 @@
@@ -4,13 +4,13 @@
</div>
</div>
<div
class=
"lead-collector-body bg-lemon py-10 px-8 w-full"
>
<div
class=
"lead-collector-body bg-lemon py-10 px-8 w-full"
>
<p
class=
"head-alt-lg text-black mb-4"
>
Vytáhněte si z programu to, co se vás týká
</p>
<p
class=
"head-alt-lg text-black mb-4"
>
Vytáhněte si z programu to, co se vás týká
</p>
<
button
class=
"btn btn--icon "
>
<
a
href=
"{{ page.root_page.program_app_page_url }}"
class=
"btn btn--icon "
>
<div
class=
"btn__body-wrap"
>
<div
class=
"btn__body-wrap"
>
<div
class=
"btn__body bg-acidgreen text-black py-4"
>
Co pro vás máme
</div>
<div
class=
"btn__body bg-acidgreen text-black py-4"
>
Co pro vás máme
</div>
<div
class=
"btn__icon "
>
<div
class=
"btn__icon "
>
<i
class=
"ico--chevron-right"
></i>
<i
class=
"ico--chevron-right"
></i>
</div>
</div>
</div>
</div>
</
button
>
</
a
>
</div>
</div>
</div>
</div>
Loading