Update _writing_conference.html.erb
fix showing author error for admin's index
This commit is contained in:
parent
8a39e73dfd
commit
587690b486
|
@ -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 %>
|
Loading…
Reference in New Issue