try actions

This commit is contained in:
Kris
2024-02-04 20:58:30 -05:00
parent 3db96a65b7
commit 70fc0a5897
3 changed files with 81 additions and 3 deletions

View File

@@ -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>