Skip to content

Commit

Permalink
add links to chat index
Browse files Browse the repository at this point in the history
  • Loading branch information
IceskYsl committed Nov 10, 2013
1 parent 26298d5 commit 6b17792
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/views/chats/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<div id="container">
<%@items.each do |i|%>
<a href="/u/<%=i.u_login%>">
<div class="item">
<h3><%=i.username%></h3>
<p>
Expand All @@ -33,6 +34,7 @@

</p>
</div>
</a>
<%end%>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/views/cpanel/chats/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<tr class="head">
<td class="first">ID</td>
<td>接收</td>
<td >发出</td>
<td>发出</td>
<td>地点</td>
<td>约聊时间</td>
<td style="width:350px">话题</td>
Expand Down

0 comments on commit 6b17792

Please sign in to comment.