<% @writing_books.each do |writing_book| %> <%= writing_book.year %> <%= link_to Nokogiri::HTML(writing_book.create_link).text, OrbitHelper.url_to_plugin_show(writing_book.to_param,'personal_book'), target: "blank" %>
<%= writing_book.member_profile.name rescue "" %> <% end %>