more bootstrap styling
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user