Update _writing_book.html.erb
fix the problem of showing author
This commit is contained in:
parent
0d6ab9100c
commit
7d0194e620
|
@ -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 %>
|
||||
|
|
Loading…
Reference in New Issue