diff --git a/app/views/admin/books/_writing_book.html.erb b/app/views/admin/books/_writing_book.html.erb index 47dcd36..2b5065e 100644 --- a/app/views/admin/books/_writing_book.html.erb +++ b/app/views/admin/books/_writing_book.html.erb @@ -12,6 +12,6 @@ - <%= writing_book.member_profile.name rescue "" %> + <%= get_member_show(writing_book).html_safe %> <% end %>