<%= t('personal_book.editing_personal_book') %>

<%= form_for @writing_book, :url => panel_personal_book_plugin_writing_book_path(@writing_book), :html => {:class => 'clear'} do |f| %> <%= render :partial => 'form', :locals => {:f => f} %> <% end %>