Merge pull request #419 from remyj38/master

Open about modal links in new tab
This commit is contained in:
hamza zia 2017-12-24 23:36:55 +05:00 committed by GitHub
commit 68c6833c18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1284,10 +1284,10 @@
<div class="modal-body"> <div class="modal-body">
<p> <p>
{{ 'To download the latest version of the project, add issues or to contribute back, head on to' | translate }}:<br /> {{ '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 /> <br /><br />
{{ 'Or you can open the latest version in the browser through' | translate }}:<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> </p>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">