Merge pull request #419 from remyj38/master
Open about modal links in new tab
This commit is contained in:
commit
68c6833c18
|
@ -1284,10 +1284,10 @@
|
|||
<div class="modal-body">
|
||||
<p>
|
||||
{{ 'To download the latest version of the project, add issues or to contribute back, head on to' | translate }}:<br />
|
||||
<a href="https://github.com/ziahamza/webui-aria2">https://github.com/ziahamza/webui-aria2</a>
|
||||
<a href="https://github.com/ziahamza/webui-aria2" target="_blank">https://github.com/ziahamza/webui-aria2</a>
|
||||
<br /><br />
|
||||
{{ 'Or you can open the latest version in the browser through' | translate }}:<br />
|
||||
<a href="https://ziahamza.github.io/webui-aria2">https://ziahamza.github.io/webui-aria2</a>
|
||||
<a href="https://ziahamza.github.io/webui-aria2" target="_blank">https://ziahamza.github.io/webui-aria2</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
|
Loading…
Reference in New Issue
Block a user