<%= flash_messages %>

<%= t('writing_book.new_personal_book') %>

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