This commit is contained in:
sylor_huang@126.com 2020-10-15 19:10:18 +08:00
parent f4ed8086d4
commit a956d3d7ed
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<tr>
<td><%= list_index_no((params[:page] || 1).to_i, index) %></td>
<td>
<%= link_to(memo.try(:author).try(:show_real_name), "/users/#{memo.author.login}", target: "_blank") %>
<%= link_to(memo.try(:author).try(:show_real_name), "/users/#{memo.author.try(:login)}", target: "_blank") %>
</td>
<td class="edu-txt-left" style="white-space:nowrap; overflow:hidden; text-overflow:ellipsis;">
<% if memo.parent_id.nil? || memo.subject.starts_with?('RE:')%>