Skip to content
Snippets Groups Projects
Select Git revision
  • d352790361de4a32632618ee805d1979b6b28fb2
  • master default protected
  • set-sast-config-1
  • v2.2.3
  • v2.2.2
  • v1.4.0
  • v1.3.0
  • v1.2.1
  • v1.2.0
  • v1.1.2
  • v1.1.1
11 results

button.html.ep

Blame
  • button.html.ep 144 B
    <button type="button" class="btn btn-<%= $c->stash->{class} // 'secondary' %>">
    <i class="fa fa-play-<%= $icon %>"></i> <%= $label %>
    </button>