From 986fff40140ba1ad7bbf1ed99a1bf80ba87b2a66 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Tue, 6 Sep 2016 15:23:19 +0200
Subject: [PATCH] edit readme

---
 it4i_theme/footer.html | 21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)

diff --git a/it4i_theme/footer.html b/it4i_theme/footer.html
index 5f69e90c4..38e67deb9 100644
--- a/it4i_theme/footer.html
+++ b/it4i_theme/footer.html
@@ -19,11 +19,22 @@
         </a>
       {% endif %}
     </div>
-<div class="as"><div class="title">Was this article helpful?</div><div class="subtitle"></div><button class="as-button" data-value="5" type="button">Yes</button><button class="as-button" data-value="1" type="button">No</button><form data-tracking-cat="contact form: article_survey_full" st-ve="20"><div class="field"><textarea aria-label="How can we improve it?" name="article_feedback_comment"></textarea></div><button class="submit-button" type="button">Submit</button></form></div> </div> </div>    </article>  <script>
-    window['prt']= new Date().getTime();
-    window['iml'] = new Date().getTime();
-    try { window.console.timeStamp('CSI/prt'); } catch (e) {}
-  </script>  <div>  
+    <div class="as">
+      <a href="">
+          <span class="direction">
+          </span>
+          <div class="page">
+            <div class="stretch">
+              <div class="title">
+              </div>
+            </div>
+            <div class="button button-yes" role="button" aria-label="Yes">
+              <i class="icon icon-yes"></i>
+            </div>
+          </div>
+        </a>
+      {% endif %}
+    </div>
     <div class="next">
       {% if next_page %}
         <a href="{{ next_page.url }}" title="{{ next_page.title }}">
-- 
GitLab