<% # encoding: utf-8 %> <%= flash_messages %>

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

<% @writing_books.each do |writing_book| %> <% end %>
<%= t('personal_book.year') %> <%= t('personal_book.book_paper_type') %> <%= t('personal_book.book_title') %> <%= t('personal_book.authors') %>
<%= writing_book.year %> <%= writing_book.book_paper_type.title %> <%= link_to writing_book.create_link, panel_personal_book_front_end_writing_book_path(writing_book) %> <%= User.find(writing_book.create_user_id).name rescue '' %>
<%= paginate @writing_books, :params => {:inner => false}%>