fix user url error

This commit is contained in:
yanxd 2014-01-16 15:57:40 +08:00
parent 7dfea12337
commit c5cc816dec
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<span class="gray blue-color">
下载:<%= result.downloads%>|
大小:<%= number_to_human_size(result.filesize) %>|
共享者:<a class="gray" ><%= link_to result.author%></a>|
共享者:<a class="gray" ><%= link_to result.author, user_path(result.author), target: "_blank"%></a>|
上传时间:<%= format_time(result.created_on) %>
</span>
<div style="display: none"></div>