<%= link_to_previous_leafable(leaf, hotkey: false, for_edit: true) %>
<%= render "books/index_link" %> ▸ <%= link_to book.title, book_slug_path(book) %> ▸ <%= form_with model: [ book, leaf ], url: leafable_path(leaf), class: "flex align-center gap-half", format: :html do |form| %> <%= form.text_field :title, form: "leafable-editor", class: "input full-width", autocomplete: "off" %> <% end %>