I'm using bootstrap 5 for fastest applying styles, but when I trying to apply styles for HTML element template, I have this:
Code (.html.erb):
<div class="submit-field">
<button type="button" class="btn btn-primary"><%= form.submit %></button>
</div>
Under <%= form.submit%>
hides as I understand a simple button template, but I can not find the source code of this template in any way, as if it works "out of thin air". Maybe there is a way how to find it or correctly apply CSS?
Aucun commentaire:
Enregistrer un commentaire