mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 11:40:57 +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>
|
||||
{% endif %}
|
||||
{% 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 %}
|
||||
</div><br />
|
||||
{% 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>
|
||||
{% endif %}
|
||||
{% 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 %}
|
||||
</div><br />
|
||||
{% if app.show_ssh_remote %}
|
||||
|
||||
Reference in New Issue
Block a user