X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/410bfa05ee36ed1d99356c443a5f3f6aa3ee9578..dcacc3b4c2ba2f550806a2d22b183f6fac4f63ff:/forum/skins/default/templates/node/post_controls.html diff --git a/forum/skins/default/templates/node/post_controls.html b/forum/skins/default/templates/node/post_controls.html index c24660b..3480a36 100644 --- a/forum/skins/default/templates/node/post_controls.html +++ b/forum/skins/default/templates/node/post_controls.html @@ -1,11 +1,22 @@ -{% spaceless %} -{% for control in controls %} - - {{ control.text }} - - {% ifnotequal controls|last control %} - | - {% endifnotequal %} -{% endfor %} +{% load i18n %} +{% spaceless %} +{% for control in controls %} + + {{ control.text }} + + {% ifnotequal controls|last control %} + | + {% endifnotequal %} +{% endfor %} +{% if menu|length %} + | + + {% trans "more" %} ▼ + + +{% endif %} {% endspaceless %} \ No newline at end of file