summaryrefslogtreecommitdiff
path: root/app/views/checkpoints/new.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/checkpoints/new.html.erb')
-rw-r--r--app/views/checkpoints/new.html.erb11
1 files changed, 3 insertions, 8 deletions
diff --git a/app/views/checkpoints/new.html.erb b/app/views/checkpoints/new.html.erb
index 712eae1..b11a9bc 100644
--- a/app/views/checkpoints/new.html.erb
+++ b/app/views/checkpoints/new.html.erb
@@ -5,17 +5,12 @@
<%= form_with model: [@run, @checkpoint], class: "space-y-4" do |f| %>
<div>
- <%= f.label :title %>
- <%= f.text_field :title %>
+ <div><%= f.label :comment %></div>
+ <%= f.text_area :comment %>
</div>
<div>
- <%= f.label :description %>
- <%= f.text_area :description %>
- </div>
-
- <div>
- <%= f.label :save_file %>
+ <div><%= f.label :save_file %></div>
<%= f.file_field :save_file %>
</div>