From 3b63071deef7c235d1c72e394b015de4319c3f11 Mon Sep 17 00:00:00 2001 From: alan <547533434@qq.com> Date: Wed, 16 Mar 2016 15:12:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E3=80=8Aissue=E7=9A=84?= =?UTF-8?q?=E5=B1=95=E5=BC=80=E5=92=8C=E6=94=B6=E8=B5=B7=E5=9C=A8=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E8=A1=A8=E6=A0=BC=E7=9A=84=E4=B8=8A=E9=9D=A2=E3=80=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/_project_issue.html.erb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/views/users/_project_issue.html.erb b/app/views/users/_project_issue.html.erb index 1ce03da17..7f3d5b177 100644 --- a/app/views/users/_project_issue.html.erb +++ b/app/views/users/_project_issue.html.erb @@ -51,6 +51,10 @@
<%=render :partial =>"users/intro_content", :locals=>{:user_activity_id =>user_activity_id, :content=>activity.description} %> + + + +
<%# 局部刷新:修改xissue属性 %> <% if User.current.member_of?(activity.project) %> <% unless params[:action] == "index" %> @@ -59,10 +63,7 @@ <% end %> <% end %> -
- - -
+
<%= render :partial=>"attachments/activity_attach", :locals=>{:activity => activity} %>