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