Update _writing_journal.html.erb

fix showing author error
This commit is contained in:
chiu 2019-11-13 13:13:11 +08:00
parent c752928e49
commit 9cb1e1d736
1 changed files with 1 additions and 1 deletions

View File

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