Open acquire URL in a new window/tab

This commit is contained in:
Aitor Magán 2015-06-18 13:21:10 +02:00
parent 8fb0e38961
commit 961aef16d9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Example:
{% snippet 'snippets/acquire_button.html', url_dest=url %}
#}
<a href={{ url_dest }} class="btn btn-mini">
<a href={{ url_dest }} class="btn btn-mini" target="_blank">
<i class="icon-shopping-cart"></i>
{{ _('Acquire') }}
</a>