recurring_button.twig 206 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <div class="buttons clearfix"> <div class="pull-right"> {% for button in buttons %} <a href="{{ button.link }}" class="btn btn-primary">{{ button.text }}</a> {% endfor %} </div> </div>