@@ -50,7 +56,7 @@
<%= form_with url: filter_learning_path(@word), method: :post, id: "form-left", class: "inline-form",
data: { turbo_frame: "_top" } do |f| %>
- <%= f.submit "Learning ←", class: "btn btn-learning" %>
+ <%= f.submit "Learning ←", class: "btn btn-learning" %>
<% end %>
<%= form_with url: filter_skip_path(@word), method: :post, id: "form-skip", class: "inline-form",
@@ -60,14 +66,14 @@
<%= form_with url: filter_known_path(@word), method: :post, id: "form-right", class: "inline-form",
data: { turbo_frame: "_top" } do |f| %>
- <%= f.submit "Known →", class: "btn btn-known" %>
+ <%= f.submit "Known →", class: "btn btn-known" %>
<% end %>
- ← Learning
+ ← Learning
Space Flip
- → Known
+ → Known
S Skip