From fe175dd8ec1bd17e38b8f47fe952b57c8b582c7a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Hamal=20Dvo=C5=99=C3=A1k?= <mordae@anilinux.org>
Date: Thu, 29 Jul 2021 17:22:13 +0200
Subject: [PATCH] elections2021: Link to the calendar from the top
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jan Hamal Dvořák <mordae@anilinux.org>
---
 elections2021/templates/elections2021/base.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/elections2021/templates/elections2021/base.html b/elections2021/templates/elections2021/base.html
index b657c83c..f74fec06 100644
--- a/elections2021/templates/elections2021/base.html
+++ b/elections2021/templates/elections2021/base.html
@@ -74,6 +74,9 @@
                     <i class="ico--home"></i> <span>{{ link.value.title }}</span>
                   </a>
                 {% endfor %}
+                <a href="{{ page.root_page.calendar_page_url }}" class="icon-link contact-line block lg:inline-block opacity-60 hover:opacity-90">
+                  <i class="ico--calendar"></i> <span>Kalendář akcí</span>
+                </a>
               </div>
             </div>
             <div v-if="show || isLgScreenSize" class="navbar__main navbar__section navbar__section--expandable container-padding--zero lg:container-padding--auto">
-- 
GitLab