try actions
This commit is contained in:
@@ -14,13 +14,13 @@
|
||||
<div class="form-floating">
|
||||
|
||||
<%= form.text_field :subject, class: "form-control" %>
|
||||
<%= form.label :subject, style: "display: block" %>
|
||||
<%= form.label :subject %>
|
||||
</div>
|
||||
<br>
|
||||
<div class="form-floating">
|
||||
|
||||
<%= form.text_area :body, class: "form-control", style: "height: 100px" %>
|
||||
<%= form.label :body, style: "display: block" %>
|
||||
<%= form.label :body %>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user