From a687bed84c060c16784f72b3d1180d4b4d24606c Mon Sep 17 00:00:00 2001 From: nieguanghui Date: Wed, 15 Jan 2014 19:41:12 +0800 Subject: [PATCH] serach --- app/views/stores/search.html.erb | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/app/views/stores/search.html.erb b/app/views/stores/search.html.erb index f9838a32..39f884b8 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 %>