Update _writing_conference.html.erb

fix showing author error for admin's index
This commit is contained in:
chiu 2019-11-13 13:32:13 +08:00
parent 8a39e73dfd
commit 587690b486
1 changed files with 1 additions and 1 deletions

View File

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