more bootstrap styling

This commit is contained in:
Kris
2024-02-03 11:03:02 -05:00
parent f2fee7965a
commit 4fcec416f8
6 changed files with 14 additions and 13 deletions

View File

@@ -11,21 +11,23 @@
</div>
<% end %>
<div>
<div class="form-floating">
<%= form.text_field :subject, class: "form-control" %>
<%= form.label :subject, style: "display: block" %>
<%= form.text_field :subject %>
</div>
<div>
<br>
<div class="form-floating">
<%= form.text_area :body, class: "form-control", style: "height: 100px" %>
<%= form.label :body, style: "display: block" %>
<%= form.text_area :body %>
</div>
<div>
<%# form.label :sent, style: "display: block" %>
<%# form.check_box :sent %>
</div>
<br>
<div>
<%= form.submit "Send Suggestion", class: "btn btn-primary" %>
</div>