added some styling from bootstrap5

This commit is contained in:
Kris
2024-02-03 09:04:38 -05:00
parent 2f398caa90
commit f2fee7965a
6 changed files with 26 additions and 21 deletions

View File

@@ -22,11 +22,11 @@
</div>
<div>
<%= form.label :sent, style: "display: block" %>
<%= form.check_box :sent %>
<%# form.label :sent, style: "display: block" %>
<%# form.check_box :sent %>
</div>
<div>
<%= form.submit %>
<%= form.submit "Send Suggestion", class: "btn btn-primary" %>
</div>
<% end %>