mirror of
https://github.com/tabler/tabler.git
synced 2026-08-10 13:22:22 +04:00
4 lines
218 B
HTML
4 lines
218 B
HTML
<a href="#" class="avatar avatar-upload{% if include.class %} {{ include.class }}{% endif %}">
|
|
{% include "ui/icon.html" icon="plus" %}
|
|
<span class="avatar-upload-text">{{ include.text | default: "Add" }}</span>
|
|
</a> |