working basic state

This commit is contained in:
2026-07-27 21:55:41 -06:00
parent 0b4532282d
commit 7ebf6dbf41
2 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<%= form_with url: dashboard_path, method: :get, id: "filter-form" do |f| %>
<div>
<%= f.label :joint, "Select Joint:" %>
<%= f.select :joint, options_for_select(@available_joints, params[:joint]), include_blank: "All joints", id: "joint" %>
<%= f.select :joint, options_for_select(@available_joints, params[:joint]), include_blank: "Select a joint", id: "joint" %>
</div>
<% end %>