edit button fixed

This commit is contained in:
Ysolyne Gresille
2012-06-26 12:09:25 +02:00
parent a9049b57ef
commit e338ff06be

View File

@@ -608,11 +608,13 @@
</span>
{% elseif n_actions == 1 %}
<span class="classicButton">
<div class="btn-group">
{% for action in actions %}
<button class="{{ action.class }} results_window btn btn-inverse">
<img src="{{ action.icon }}"/> {{ action.label }}
</button>
{% endfor %}
</div>
</span>
{% endif %}