From db2b325903b22464770bed7d8fe5cfca8dafed42 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:30:59 +0200 Subject: [PATCH] edit readme --- it4i_theme/footer.html | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/it4i_theme/footer.html b/it4i_theme/footer.html index 8bd50df6f..dd703d6c7 100644 --- a/it4i_theme/footer.html +++ b/it4i_theme/footer.html @@ -20,18 +20,10 @@ {% endif %} </div> <div class="as"> - <a href="" title="Yes"> - <span class="direction"> - {{ config.extra.get("i18n", {}).next | default("Next") }} - </span> - <div class="page"> - <div class="stretch"> - </div> - <div class="button button-next" role="button" aria-label="Yes"> - <i class="icon icon-forward"></i> - </div> - </div> - </a> + <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> </div> <div class="next"> {% if next_page %} -- GitLab