add target blank to resource download button
This commit is contained in:
parent
1504375a25
commit
34c9d24ffa
1 changed files with 2 additions and 1 deletions
|
@ -72,6 +72,7 @@
|
||||||
<div>
|
<div>
|
||||||
<span class="button">
|
<span class="button">
|
||||||
<a i18n:translate=""
|
<a i18n:translate=""
|
||||||
|
target="_blank"
|
||||||
tal:attributes="href
|
tal:attributes="href
|
||||||
string:${view/virtualTargetUrl}/download.html?version=this">
|
string:${view/virtualTargetUrl}/download.html?version=this">
|
||||||
Download
|
Download
|
||||||
|
@ -130,4 +131,4 @@
|
||||||
</metal:actions>
|
</metal:actions>
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue