X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/0f2d00f9d7d5d28149707f66c719b28edfe51aed..e6a05ab54f6eea95902b7e9d12858de123e39d17:/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 5b5fc86..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