修改管理员界面组织列表总组织的链接
This commit is contained in:
parent
0798046847
commit
02ebaf23d1
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue