Update _writing_book.html.erb

fix the problem of showing author
This commit is contained in:
chiu 2019-11-13 12:26:30 +08:00
parent 0d6ab9100c
commit 7d0194e620
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@
</ul>
</div>
</td>
<td><%= writing_book.member_profile.name rescue "" %></td>
<td><%= get_member_show(writing_book).html_safe %></td>
</tr>
<% end %>