orbit-personalbook/app/views/panel/personal_book/plugin/writing_books/new.html.erb

11 lines
310 B
Plaintext

<%= flash_messages %>
<div id="poststuff">
<h1><%= t('writing_book.new_personal_book') %></h1>
<%= form_for @writing_book, :url => panel_personal_book_plugin_writing_books_path, :html => {:class => 'clear'} do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<% end %>
</div>
<%#= link_back %>