Select Git revision
button.html.ep
-
Andrej Ramašeuski authoredAndrej Ramašeuski authored
button.html.ep 144 B
<button type="button" class="btn btn-<%= $c->stash->{class} // 'secondary' %>">
<i class="fa fa-play-<%= $icon %>"></i> <%= $label %>
</button>