<% content_for(:title) { "Edit #{ @section.title }" } %> <% content_for :header do %> <%= render "leafables/edit_header", leaf: @leaf, book: @book %> <% end %> <% content_for :toolbar do %>
<%= editing_mode_toggle_switch(@leaf, checked: true) %>
<% end %>
"> <%= render "sections/form", book: @book, section: @section %>
<%= render "leaves/edit_footer", leaf: @leaf %>