From 279937a14ef1730c95251c755e619dfa96d5b4fe Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 28 Oct 2016 10:02:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=8F=8F=E8=BF=B0=E5=85=A8?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E4=B8=8D=E6=8D=A2=E8=A1=8C=E9=97=AE=E9=A2=98?= 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 f0afd15e9..2e3063459 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -2,9 +2,9 @@

项目简介邀请码:<%= @project.invite_code %>

<% if @project.description.blank? %> -

<%= @project.name %>

+

<%= @project.name %>

<% else %> -

<%= @project.description %>

+

<%= @project.description %>

<% end %>