diff --git a/it4i_theme/footer.html b/it4i_theme/footer.html
index 8bd50df6f7234199a961f4576e4b952c60781eae..dd703d6c7045e3ab9dc8e5d7d25ea89610be94a0 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 %}