orbit-personalbook/app/views/panel/personal_book/back_end/writing_book_categorys/edit.html.erb

8 lines
283 B
Plaintext

<h1><%= t('personal_book.editing_personal_book_class') %></h1>
<%= form_for @writing_book_category, :url => panel_personal_book_back_end_writing_book_category_path(@writing_book_category) do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<% end %>
<%= link_back %>