mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-05-13 00:02:02 +08:00
Fix
This commit is contained in:
@@ -142,7 +142,7 @@
|
|||||||
<td class="column-icon">
|
<td class="column-icon">
|
||||||
{% if (o.size != null) { %}
|
{% if (o.size != null) { %}
|
||||||
<button type="button" class="btn btn-default btn-xs button-download">
|
<button type="button" class="btn btn-default btn-xs button-download">
|
||||||
<span class="glyphicon glyphicon-download"></span>
|
<span class="glyphicon glyphicon-download-alt"></span>
|
||||||
</button>
|
</button>
|
||||||
{% } else { %}
|
{% } else { %}
|
||||||
<button type="button" class="btn btn-default btn-xs button-open">
|
<button type="button" class="btn btn-default btn-xs button-open">
|
||||||
|
|||||||
Reference in New Issue
Block a user