Update clone.html

This commit is contained in:
Jeremy Stretch 2023-04-03 15:24:57 -04:00 committed by GitHub
parent e7dcc381c4
commit 161595d118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{% if url %} {% if url %}
<a href="{{ url }}" class="btn btn-sm btn-success" role="button"> <a href="{{ url }}" class="btn btn-sm btn-success" role="button">
<i class="mdi mdi-content-copy" aria-hidden="true"></i>&nbsp;Clone <i class="mdi mdi-content-copy" aria-hidden="true"></i>&nbsp;Clone
</a> </a>
{% endif %} {% endif %}