diff --git a/app/views/stores/search.html.erb b/app/views/stores/search.html.erb index f9838a329..39f884b8e 100644 --- a/app/views/stores/search.html.erb +++ b/app/views/stores/search.html.erb @@ -14,9 +14,9 @@
--><%= result.filename %><%= link_to_attachment result, {:text => "下载"}%>
<%= result.description %>
所属分类:IT资料 > 常用软件 > 下载软件 上传时间:<%= format_time(result.created_on) %>
星级: | 下载:<%= result.downloads%> | 大小:<%= number_to_human_size(result.filesize) %> - | 共享者:<%= result.author%> + class=gray>下载:<%= result.downloads%> | 大小:<%= number_to_human_size(result.filesize) %> + | 共享者:<%= link_to result.author%> <% end %>