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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Commits
93a3a00d
Commit
93a3a00d
authored
2 years ago
by
Štěpán Farka
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] footer
parent
db3d1d50
No related branches found
No related tags found
2 merge requests
!607
Pirati.cz
,
!575
Feature/pirati cz
Pipeline
#9598
passed
2 years ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/styleguide/source/_patterns/organisms/footer.mustache
+2
-2
2 additions, 2 deletions
main/styleguide/source/_patterns/organisms/footer.mustache
main/templates/main/includes/layout/footer.html
+2
-2
2 additions, 2 deletions
main/templates/main/includes/layout/footer.html
with
4 additions
and
4 deletions
main/styleguide/source/_patterns/organisms/footer.mustache
+
2
−
2
View file @
93a3a00d
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
class=
"w-32 md:w-40 pb-6"
class=
"w-32 md:w-40 pb-6"
/>
/>
</section>
</section>
<section
class=
"footer__social lg:text-right lg:mb-10"
>
<section
class=
"footer__social
mb-5
lg:text-right lg:mb-10"
>
<div
class=
"font-alt text-2xl mb-4"
>
<div
class=
"font-alt text-2xl mb-4"
>
Zůstaňte s námi v konaktu
Zůstaňte s námi v konaktu
</div>
</div>
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
</div>
</div>
</section>
</section>
<section
class=
"footer__main-links text-white lg:flex lg:flex-wrap lg:justify-between gap-8"
>
<section
class=
"footer__main-links text-white lg:flex lg:flex-wrap lg:justify-between gap-8"
>
<div
class=
"p
t-8 pb
-4 lg:py-0"
>
<div
class=
"p
y
-4 lg:py-0"
>
<ui-footer-collapsible
label=
"Navigace"
>
<ui-footer-collapsible
label=
"Navigace"
>
<ul
class=
"text-white py-8"
>
<ul
class=
"text-white py-8"
>
<li>
<li>
...
...
This diff is collapsed.
Click to expand it.
main/templates/main/includes/layout/footer.html
+
2
−
2
View file @
93a3a00d
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
class=
"w-32 md:w-40 pb-6"
class=
"w-32 md:w-40 pb-6"
/>
/>
</section>
</section>
<section
class=
"footer__social lg:text-right lg:mb-10"
>
<section
class=
"footer__social
mb-5
lg:text-right lg:mb-10"
>
{% if page.root_page.social_links %}
{% if page.root_page.social_links %}
<div
class=
"font-alt text-2xl mb-4"
>
<div
class=
"font-alt text-2xl mb-4"
>
Zůstaňte s námi v konaktu
Zůstaňte s námi v konaktu
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
</section>
</section>
<section
class=
"footer__main-links text-white lg:flex lg:flex-wrap lg:justify-between gap-8"
>
<section
class=
"footer__main-links text-white lg:flex lg:flex-wrap lg:justify-between gap-8"
>
{% for other_link in page.root_page.footer_other_links %}
{% for other_link in page.root_page.footer_other_links %}
<div
class=
"
{% if forloop.first %}pt-8 pb-4 {% else %}pt-4 {% endif %}
lg:py-0"
>
<div
class=
"
py-4
lg:py-0"
>
<ui-footer-collapsible
label=
"{{ other_link.value.title }}"
>
<ui-footer-collapsible
label=
"{{ other_link.value.title }}"
>
<ul
class=
"text-white py-8"
>
<ul
class=
"text-white py-8"
>
{% for link_list in other_link.value.list %}
{% for link_list in other_link.value.list %}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment