mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Use httpS for app links.
This commit is contained in:
parent
02f7bad25e
commit
4bc5930135
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
<div class="row">
|
||||
<div class="col-sm-3 text-right hidden-xs"><strong>URL</strong></div>
|
||||
<div class="col-sm-3 visible-xs"><strong>URL</strong></div>
|
||||
<div class="col-sm-9"> <a href="http://{{settings.domain}}{{settings.path}}" target="_blank">http://{{settings.domain}}{{settings.path}}</a></div>
|
||||
<div class="col-sm-9"> <a href="https://{{settings.domain}}{{settings.path}}" target="_blank">https://{{settings.domain}}{{settings.path}}</a></div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue