From 7df91ebf703f87dcbe45fca14594cce628c289de Mon Sep 17 00:00:00 2001 From: yuanke <249218296@qq.com> Date: Thu, 16 Jun 2016 14:14:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=BE=E7=A8=8B=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E6=8F=8F=E8=BF=B0=E7=A9=BA=E7=99=BD=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/files/_file_description.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/files/_file_description.html.erb b/app/views/files/_file_description.html.erb index 5d46eaaeb..bb838d415 100644 --- a/app/views/files/_file_description.html.erb +++ b/app/views/files/_file_description.html.erb @@ -1,5 +1,5 @@
')> - 资源描述:<% if file.description.blank? %>点击添加描述<% else %><%= file.description %><% end %> + 资源描述:<% if file.description.blank? %>双击添加描述<% else %><%= file.description %><% end %> <%#= file.description.blank? ? "该资源暂无描述" : file.description %> <%= link_to image_tag("../images/signature_edit.png",width:"12px", height: "12px"), "javascript:void(0);", :onclick => "show_edit_file_description("+file.id.to_s+");"%>
\ No newline at end of file