修改管理员界面组织列表总组织的链接

This commit is contained in:
linchun 2016-04-01 16:17:26 +08:00
parent 0798046847
commit 02ebaf23d1
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@
<tr class="<%= cycle("odd", "even") %>">
<td style="text-align:center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" class="name" title='<%=org.name%>'>
<span>
<%= link_to org.name,home_path(:organization => org.id) %>
<%#= link_to org.name,home_path(:organization => org.id) %>
<%= link_to org.name, organization_path(org) %>
</span>
</td>
<td align="center">