Browse Source

change1

pull/245/head
sylor_huang@126.com 5 years ago
parent
commit
a956d3d7ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/admins/memos/_message_list.html.erb

+ 1
- 1
app/views/admins/memos/_message_list.html.erb 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:')%>


Loading…
Cancel
Save