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

6 lines
260 B
Plaintext

<h1><%= t('personal_book.editing_personal_book') %></h1>
<%= 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 %>