]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/question/post_controls.html
initial import
[osqa.git] / forum / skins / default / templates / question / post_controls.html
1 {% spaceless %}\r
2 {% for control in controls %}\r
3     <span class="action-link">\r
4         <a title="{{ control.title }}" {% if control.command %}class="ajax-command"{% endif %}\r
5             href="{{ control.url }}">{{ control.text }}</a>\r
6     </span>\r
7     {% ifnotequal controls|last control %}\r
8         <span class="action-link-separator">|</span>\r
9     {% endifnotequal %}\r
10 {% endfor %}\r
11 {% endspaceless %}