8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-05 05:34:05 +00:00
re2o/templates/buttons/add.html

4 lines
162 B
HTML
Raw Normal View History

2016-11-18 10:53:10 +00:00
<a class="btn btn-primary btn-sm" role="button" href="{% url href id %}" title="{{ desc|default:"Ajouter" }}">
<i class="glyphicon glyphicon-plus"></i>
</a>