diff --git a/wiki/templates/wiki/includes/feedback_widget.html b/wiki/templates/wiki/includes/feedback_widget.html index 2c24d7c2..34bf5751 100644 --- a/wiki/templates/wiki/includes/feedback_widget.html +++ b/wiki/templates/wiki/includes/feedback_widget.html @@ -5,11 +5,10 @@ {% set reactions = [ - {"type": "Good", "mouth": ''}, - {"type": "Ok", "mouth": ''}, - {"type": "Bad", "mouth": ''} + {"type": "Bad", "icon": '', "transform": "translate(0, 2)", "viewBox": "0 1 24 24"}, + {"type": "Good", "icon": '', "transform": "translate(0, -2)", "viewBox": "0 -1 24 24"} ] %} -
+
{% for reaction in reactions %} + {% if not loop.last %} +
+ {% endif %} {% endfor %}