From 54df8307a82a0a8297eb8fa9f4085ce59ba07972 Mon Sep 17 00:00:00 2001 From: huang Date: Wed, 14 Sep 2016 20:33:25 +0800 Subject: [PATCH] =?UTF-8?q?issue=20500=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/_project_issue.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/users/_project_issue.html.erb b/app/views/users/_project_issue.html.erb index e1c9038d5..0ca706b68 100644 --- a/app/views/users/_project_issue.html.erb +++ b/app/views/users/_project_issue.html.erb @@ -1,3 +1,4 @@ +<% unless activity.author.nil? %>
@@ -103,3 +104,4 @@ user_card_show_hide(); }); +<% end %> \ No newline at end of file