Update clone.html

This commit is contained in:
Jeremy Stretch 2023-04-03 15:25:32 -04:00 committed by GitHub
parent 161595d118
commit 7ac9d6b0cd
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> Clone
</a> </a>
{% endif %} {% endif %}