Skip to content
Snippets Groups Projects
Verified Commit 88d99cb8 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Target a new tab when clicking links

parent 0cd171f0
Branches
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@
{% if project.buttons_use_group %}<div class="btn-group">{% endif %}
{% for button in project.buttons %}
<a href="{{ button.url }}" class="btn {{ button.classes }}">{{ button.text }}</a>
<a href="{{ button.url }}" class="btn {{ button.classes }}" target="_blank">{{ button.text }}</a>
{% endfor %}
{% if project.buttons_use_group %}</div>{% endif %}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment