mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 03:30:55 +01:00
Fixes HTTP(S) label to represent SSL status
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
<button type="button" class="btn btn-default{{ app.show_ssh_remote and app.show_http_remote ? ' active' }}" id="clone-button-ssh">SSH</button>
|
<button type="button" class="btn btn-default{{ app.show_ssh_remote and app.show_http_remote ? ' active' }}" id="clone-button-ssh">SSH</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if app.show_http_remote %}
|
{% if app.show_http_remote %}
|
||||||
<button type="button" class="btn btn-default" id="clone-button-http">HTTPS</button>
|
<button type="button" class="btn btn-default" id="clone-button-http">HTTP{{ app.use_https ? 'S' }}</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div><br />
|
</div><br />
|
||||||
{% if app.show_ssh_remote %}
|
{% if app.show_ssh_remote %}
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
<button class="btn{{ app.show_ssh_remote and app.show_http_remote ? ' active' }}" id="clone-button-ssh">SSH</button>
|
<button class="btn{{ app.show_ssh_remote and app.show_http_remote ? ' active' }}" id="clone-button-ssh">SSH</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if app.show_http_remote %}
|
{% if app.show_http_remote %}
|
||||||
<button class="btn" id="clone-button-http">HTTPS</button>
|
<button class="btn" id="clone-button-http">HTTP{{ app.use_https ? 'S' }}</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div><br />
|
</div><br />
|
||||||
{% if app.show_ssh_remote %}
|
{% if app.show_ssh_remote %}
|
||||||
|
|||||||
Reference in New Issue
Block a user