Skip to content
Snippets Groups Projects
Verified Commit d3527903 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Zjednodusena verze s awesome

parent 9439d419
No related branches found
No related tags found
No related merge requests found
<button type="button" class="btn btn-labeled btn-<%= $c->stash->{class} // 'secondary' %>">
<span class="btn-label">
<svg class="bi" width="24" height="24" fill="currentColor">
<use xlink:href="/img/icons/bootstrap-icons.svg#<%= $icon %>"/>
</svg>
</span>
% if ( $label ) {
<%= $label %>
% }
<button type="button" class="btn btn-<%= $c->stash->{class} // 'secondary' %>">
<i class="fa fa-play-<%= $icon %>"></i> <%= $label %>
</button>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment