From 4fcddf743d3817a283439f0c1a236c420ebfe0e6 Mon Sep 17 00:00:00 2001 From: yuanke <249218296@qq.com> Date: Thu, 24 Nov 2016 15:15:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=AE=80=E4=BB=8B=E5=8D=95?= =?UTF-8?q?=E8=AF=8D=E4=B8=8D=E6=8D=A2=E8=A1=8C=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/projects/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 5a38e3b38..74a4878b8 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -3,9 +3,9 @@
<%= @project.name %>
+<%= @project.name %>
<% else %> -<%=h @project.description.html_safe %>
+<%=h @project.description.html_safe %>
<% end %>