Update _writing_journal.html.erb
fix showing author error
This commit is contained in:
parent
c752928e49
commit
9cb1e1d736
|
@ -14,6 +14,6 @@
|
|||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
<td><%= writing_journal.member_profile.name rescue "" %></td>
|
||||
<td><%= get_member_show(writing_journal).html_safe %></td>
|
||||
</tr>
|
||||
<% end %>
|
Loading…
Reference in New Issue